Shades of Shingle Fawn #6E5132
Tints of Shingle Fawn #6E5132
RGB
CMYK
RGB Variations
Color information
#6E5132 (or 0x6E5132) is known color: Shingle Fawn. HEX triplet: 6E, 51 and 32. RGB value is (110,81,50). Sum of RGB (Red+Green+Blue) = 110+81+50=241 (31% of max value = 765). Red value is 110 (43.36% from 255 or 45.64% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5132 is #91AECD. Grayscale: #565656. Windows color (decimal): -9547470 or 3297646. OLE color: 3297646.
HSL color Cylindrical-coordinate representation of color #6E5132: hue angle of 31º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E5132 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 81 | 50 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.57 |
| HSL | 31º | 0.38% | 0.31% | - |
| HSV(B) | 31º | 0.55% | 0.43% | - |
| XYZ | 9.95 | 9.43 | 4.31 | - |
| YUV | 86.14 | 107.61 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 81 | 50 | 0 | 0.26 | 0.55 | 0.57 | 31 | 0.38 | 0.31 |
| Hex | 6E | 51 | 32 | 0 | 1A | 37 | 39 | 1F | 26 | 1F |
| Octal | 156 | 121 | 62 | 0 | 32 | 67 | 71 | 37 | 46 | 37 |
| Binary | 1101110 | 1010001 | 110010 | 0 | 11010 | 110111 | 111001 | 11111 | 100110 | 11111 |
Color Harmonies of #6E5132
Complementary color
Monochromatic Colors of #6E5132
Black with #6E5132
Text Example
Text Example
White with #6E5132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5132; }
p { color: rgb(110,81,50); }
H1.HeaderClassName
{
color: #6E5132;
}
.AnyTagClassName
{
color: #6E5132;
}
</style>
background-color css
<style>
a { background-color: #6E5132; }
a { background-color: rgb(110,81,50); }
div.DivClassName
{
background-color: #6E5132;
}
.BgClassName
{
background-color: #6E5132;
}
</style>
border-color css
<style>
span { border-color: #6E5132; }
span { border-color: rgb(110,81,50); }
td.TdClassName
{
border-color: #6E5132;
}
.TagClassName
{
border-color: #6E5132;
}
</style>