Shades of Shingle Fawn #6E5836
Tints of Shingle Fawn #6E5836
RGB
CMYK
RGB Variations
Color information
#6E5836 (or 0x6E5836) is known color: Shingle Fawn. HEX triplet: 6E, 58 and 36. RGB value is (110,88,54). Sum of RGB (Red+Green+Blue) = 110+88+54=252 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.65% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 54 (21.48% from 255 or 21.43% from 252); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5836 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5836 is #91A7C9. Grayscale: #5A5A5A. Windows color (decimal): -9545674 or 3561582. OLE color: 3561582.
HSL color Cylindrical-coordinate representation of color #6E5836: hue angle of 36.43º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6E5836 is Cyan = 0, Magento = 0.2, Yellow = 0.51 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 88 | 54 | - |
| CMYK | 0 | 0.2 | 0.51 | 0.57 |
| HSL | 36.43º | 0.34% | 0.32% | - |
| HSV(B) | 36.43º | 0.51% | 0.43% | - |
| XYZ | 10.59 | 10.56 | 4.97 | - |
| YUV | 90.7 | 107.29 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 88 | 54 | 0 | 0.2 | 0.51 | 0.57 | 36.43 | 0.34 | 0.32 |
| Hex | 6E | 58 | 36 | 0 | 14 | 33 | 39 | 24 | 22 | 20 |
| Octal | 156 | 130 | 66 | 0 | 24 | 63 | 71 | 44 | 42 | 40 |
| Binary | 1101110 | 1011000 | 110110 | 0 | 10100 | 110011 | 111001 | 100100 | 100010 | 100000 |
Color Harmonies of #6E5836
Complementary color
Monochromatic Colors of #6E5836
Black with #6E5836
Text Example
Text Example
White with #6E5836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5836; }
p { color: rgb(110,88,54); }
H1.HeaderClassName
{
color: #6E5836;
}
.AnyTagClassName
{
color: #6E5836;
}
</style>
background-color css
<style>
a { background-color: #6E5836; }
a { background-color: rgb(110,88,54); }
div.DivClassName
{
background-color: #6E5836;
}
.BgClassName
{
background-color: #6E5836;
}
</style>
border-color css
<style>
span { border-color: #6E5836; }
span { border-color: rgb(110,88,54); }
td.TdClassName
{
border-color: #6E5836;
}
.TagClassName
{
border-color: #6E5836;
}
</style>