Shades of Shingle Fawn #6E5B36
Tints of Shingle Fawn #6E5B36
RGB
CMYK
RGB Variations
Color information
#6E5B36 (or 0x6E5B36) is known color: Shingle Fawn. HEX triplet: 6E, 5B and 36. RGB value is (110,91,54). Sum of RGB (Red+Green+Blue) = 110+91+54=255 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.14% from 255); Green value is 91 (35.94% from 255 or 35.69% from 255); Blue value is 54 (21.48% from 255 or 21.18% from 255); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5B36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5B36 is #91A4C9. Grayscale: #5C5C5C. Windows color (decimal): -9544906 or 3562350. OLE color: 3562350.
HSL color Cylindrical-coordinate representation of color #6E5B36: hue angle of 39.64º 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 #6E5B36 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 91 | 54 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.57 |
| HSL | 39.64º | 0.34% | 0.32% | - |
| HSV(B) | 39.64º | 0.51% | 0.43% | - |
| XYZ | 10.84 | 11.06 | 5.05 | - |
| YUV | 92.46 | 106.29 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 91 | 54 | 0 | 0.17 | 0.51 | 0.57 | 39.64 | 0.34 | 0.32 |
| Hex | 6E | 5B | 36 | 0 | 11 | 33 | 39 | 28 | 22 | 20 |
| Octal | 156 | 133 | 66 | 0 | 21 | 63 | 71 | 50 | 42 | 40 |
| Binary | 1101110 | 1011011 | 110110 | 0 | 10001 | 110011 | 111001 | 101000 | 100010 | 100000 |
Color Harmonies of #6E5B36
Complementary color
Monochromatic Colors of #6E5B36
Black with #6E5B36
Text Example
Text Example
White with #6E5B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5B36; }
p { color: rgb(110,91,54); }
H1.HeaderClassName
{
color: #6E5B36;
}
.AnyTagClassName
{
color: #6E5B36;
}
</style>
background-color css
<style>
a { background-color: #6E5B36; }
a { background-color: rgb(110,91,54); }
div.DivClassName
{
background-color: #6E5B36;
}
.BgClassName
{
background-color: #6E5B36;
}
</style>
border-color css
<style>
span { border-color: #6E5B36; }
span { border-color: rgb(110,91,54); }
td.TdClassName
{
border-color: #6E5B36;
}
.TagClassName
{
border-color: #6E5B36;
}
</style>