Shades of Shingle Fawn #6E5B3C
Tints of Shingle Fawn #6E5B3C
RGB
CMYK
RGB Variations
Color information
#6E5B3C (or 0x6E5B3C) is known color: Shingle Fawn. HEX triplet: 6E, 5B and 3C. RGB value is (110,91,60). Sum of RGB (Red+Green+Blue) = 110+91+60=261 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.15% from 261); Green value is 91 (35.94% from 255 or 34.87% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5B3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5B3C is #91A4C3. Grayscale: #5D5D5D. Windows color (decimal): -9544900 or 3955566. OLE color: 3955566.
HSL color Cylindrical-coordinate representation of color #6E5B3C: hue angle of 37.2º 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 #6E5B3C is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 91 | 60 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.57 |
| HSL | 37.2º | 0.29% | 0.33% | - |
| HSV(B) | 37.2º | 0.45% | 0.43% | - |
| XYZ | 10.99 | 11.12 | 5.84 | - |
| YUV | 93.15 | 109.29 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 91 | 60 | 0 | 0.17 | 0.45 | 0.57 | 37.2 | 0.29 | 0.33 |
| Hex | 6E | 5B | 3C | 0 | 11 | 2D | 39 | 25 | 1D | 21 |
| Octal | 156 | 133 | 74 | 0 | 21 | 55 | 71 | 45 | 35 | 41 |
| Binary | 1101110 | 1011011 | 111100 | 0 | 10001 | 101101 | 111001 | 100101 | 11101 | 100001 |
Color Harmonies of #6E5B3C
Complementary color
Monochromatic Colors of #6E5B3C
Black with #6E5B3C
Text Example
Text Example
White with #6E5B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5B3C; }
p { color: rgb(110,91,60); }
H1.HeaderClassName
{
color: #6E5B3C;
}
.AnyTagClassName
{
color: #6E5B3C;
}
</style>
background-color css
<style>
a { background-color: #6E5B3C; }
a { background-color: rgb(110,91,60); }
div.DivClassName
{
background-color: #6E5B3C;
}
.BgClassName
{
background-color: #6E5B3C;
}
</style>
border-color css
<style>
span { border-color: #6E5B3C; }
span { border-color: rgb(110,91,60); }
td.TdClassName
{
border-color: #6E5B3C;
}
.TagClassName
{
border-color: #6E5B3C;
}
</style>