Shades of Shingle Fawn #6C5439
Tints of Shingle Fawn #6C5439
RGB
CMYK
RGB Variations
Color information
#6C5439 (or 0x6C5439) is known color: Shingle Fawn. HEX triplet: 6C, 54 and 39. RGB value is (108,84,57). Sum of RGB (Red+Green+Blue) = 108+84+57=249 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.37% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 57 (22.66% from 255 or 22.89% from 249); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5439 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C5439 is #93ABC6. Grayscale: #585858. Windows color (decimal): -9677767 or 3757164. OLE color: 3757164.
HSL color Cylindrical-coordinate representation of color #6C5439: hue angle of 31.76º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6C5439 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 84 | 57 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.58 |
| HSL | 31.76º | 0.31% | 0.32% | - |
| HSV(B) | 31.76º | 0.47% | 0.42% | - |
| XYZ | 10.09 | 9.82 | 5.24 | - |
| YUV | 88.1 | 110.45 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 84 | 57 | 0 | 0.22 | 0.47 | 0.58 | 31.76 | 0.31 | 0.32 |
| Hex | 6C | 54 | 39 | 0 | 16 | 2F | 3A | 20 | 1F | 20 |
| Octal | 154 | 124 | 71 | 0 | 26 | 57 | 72 | 40 | 37 | 40 |
| Binary | 1101100 | 1010100 | 111001 | 0 | 10110 | 101111 | 111010 | 100000 | 11111 | 100000 |
Color Harmonies of #6C5439
Complementary color
Monochromatic Colors of #6C5439
Black with #6C5439
Text Example
Text Example
White with #6C5439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5439; }
p { color: rgb(108,84,57); }
H1.HeaderClassName
{
color: #6C5439;
}
.AnyTagClassName
{
color: #6C5439;
}
</style>
background-color css
<style>
a { background-color: #6C5439; }
a { background-color: rgb(108,84,57); }
div.DivClassName
{
background-color: #6C5439;
}
.BgClassName
{
background-color: #6C5439;
}
</style>
border-color css
<style>
span { border-color: #6C5439; }
span { border-color: rgb(108,84,57); }
td.TdClassName
{
border-color: #6C5439;
}
.TagClassName
{
border-color: #6C5439;
}
</style>