#6D5A3C

Color #6D5A3C Shingle Fawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shingle Fawn #6D5A3C

Tints of Shingle Fawn #6D5A3C

Color information

#6D5A3C (or 0x6D5A3C) is unknown color: approx Shingle Fawn. HEX triplet: 6D, 5A and 3C. RGB value is (109,90,60). Sum of RGB (Red+Green+Blue) = 109+90+60=259 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.08% from 259); Green value is 90 (35.55% from 255 or 34.75% from 259); Blue value is 60 (23.83% from 255 or 23.17% from 259); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5A3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5A3C is #92A5C3. Grayscale: #5C5C5C. Windows color (decimal): -9610692 or 3955309. OLE color: 3955309.

HSL color Cylindrical-coordinate representation of color #6D5A3C: hue angle of 36.73º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6D5A3C is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.57.

Color convert

RGB1099060-
CMYK00.170.450.57
HSL36.73º28.99%33.14%-
HSV(B)36.73º44.95%42.75%-
XYZ10.7810.895.81-
YUV92.26109.79139.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 109 (42.97% from 255) = 42.08%
GREEN value IS 90 (35.55% from 255) = 34.75%
BLUE value IS 60 (23.83% from 255) = 23.17%
R=42.08%
G=34.75%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109906000.170.450.5736.7328.9933.14
Hex6D5A3C0112D39251d21
Octal155132740215571453541
Binary1101101101101011110001000110110111100110010111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D5A3C; }

 p { color: rgb(109,90,60); }

 H1.HeaderClassName
 {
   color: #6D5A3C;
 }
 .AnyTagClassName
 {
   color: #6D5A3C;
 }
</style>
background-color css

<style>
 a { background-color: #6D5A3C; }

 a { background-color: rgb(109,90,60); }

 div.DivClassName
 {
   background-color: #6D5A3C;
 }
 .BgClassName
 {
   background-color: #6D5A3C;
 }
</style>
border-color css

<style>
 span { border-color: #6D5A3C; }

 span { border-color: rgb(109,90,60); }

 td.TdClassName
 {
   border-color: #6D5A3C;
 }
 .TagClassName
 {
   border-color: #6D5A3C;
 }
</style>