#6D5536

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

Shades of Shingle Fawn #6D5536

Tints of Shingle Fawn #6D5536

Color information

#6D5536 (or 0x6D5536) is unknown color: approx Shingle Fawn. HEX triplet: 6D, 55 and 36. RGB value is (109,85,54). Sum of RGB (Red+Green+Blue) = 109+85+54=248 (32% of max value = 765). Red value is 109 (42.97% from 255 or 43.95% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 54 (21.48% from 255 or 21.77% from 248); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5536 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5536 is #92AAC9. Grayscale: #585858. Windows color (decimal): -9611978 or 3560813. OLE color: 3560813.

HSL color Cylindrical-coordinate representation of color #6D5536: hue angle of 33.82º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D5536 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.57.

Color convert

RGB1098554-
CMYK00.220.500.57
HSL33.82º33.74%31.96%-
HSV(B)33.82º50.46%42.75%-
XYZ10.2210.014.88-
YUV88.64108.45142.52-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 43.95%
GREEN value IS 85 (33.59% from 255) = 34.27%
BLUE value IS 54 (21.48% from 255) = 21.77%
R=43.95%
G=34.27%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.50
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109855400.220.500.5733.8233.7431.96
Hex6D55360163239222220
Octal155125660266271424240
Binary11011011010101110110010110110010111001100010100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,85,54); }

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

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

 a { background-color: rgb(109,85,54); }

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

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

 span { border-color: rgb(109,85,54); }

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