Shades of Shingle Fawn #6E5938
Tints of Shingle Fawn #6E5938
RGB
CMYK
RGB Variations
Color information
#6E5938 (or 0x6E5938) is known color: Shingle Fawn. HEX triplet: 6E, 59 and 38. RGB value is (110,89,56). Sum of RGB (Red+Green+Blue) = 110+89+56=255 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.14% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 56 (22.27% from 255 or 21.96% from 255); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5938 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5938 is #91A6C7. Grayscale: #5B5B5B. Windows color (decimal): -9545416 or 3692910. OLE color: 3692910.
HSL color Cylindrical-coordinate representation of color #6E5938: hue angle of 36.67º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E5938 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 89 | 56 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.57 |
| HSL | 36.67º | 0.33% | 0.33% | - |
| HSV(B) | 36.67º | 0.49% | 0.43% | - |
| XYZ | 10.72 | 10.75 | 5.25 | - |
| YUV | 91.52 | 107.96 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 89 | 56 | 0 | 0.19 | 0.49 | 0.57 | 36.67 | 0.33 | 0.33 |
| Hex | 6E | 59 | 38 | 0 | 13 | 31 | 39 | 25 | 21 | 21 |
| Octal | 156 | 131 | 70 | 0 | 23 | 61 | 71 | 45 | 41 | 41 |
| Binary | 1101110 | 1011001 | 111000 | 0 | 10011 | 110001 | 111001 | 100101 | 100001 | 100001 |
Color Harmonies of #6E5938
Complementary color
Monochromatic Colors of #6E5938
Black with #6E5938
Text Example
Text Example
White with #6E5938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5938; }
p { color: rgb(110,89,56); }
H1.HeaderClassName
{
color: #6E5938;
}
.AnyTagClassName
{
color: #6E5938;
}
</style>
background-color css
<style>
a { background-color: #6E5938; }
a { background-color: rgb(110,89,56); }
div.DivClassName
{
background-color: #6E5938;
}
.BgClassName
{
background-color: #6E5938;
}
</style>
border-color css
<style>
span { border-color: #6E5938; }
span { border-color: rgb(110,89,56); }
td.TdClassName
{
border-color: #6E5938;
}
.TagClassName
{
border-color: #6E5938;
}
</style>