Shades of Shingle Fawn #6F5737
Tints of Shingle Fawn #6F5737
RGB
CMYK
RGB Variations
Color information
#6F5737 (or 0x6F5737) is known color: Shingle Fawn. HEX triplet: 6F, 57 and 37. RGB value is (111,87,55). Sum of RGB (Red+Green+Blue) = 111+87+55=253 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.87% from 253); Green value is 87 (34.38% from 255 or 34.39% from 253); Blue value is 55 (21.88% from 255 or 21.74% from 253); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5737 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5737 is #90A8C8. Grayscale: #5A5A5A. Windows color (decimal): -9480393 or 3626863. OLE color: 3626863.
HSL color Cylindrical-coordinate representation of color #6F5737: hue angle of 34.29º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F5737 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 87 | 55 | - |
| CMYK | 0 | 0.22 | 0.50 | 0.56 |
| HSL | 34.29º | 0.34% | 0.33% | - |
| HSV(B) | 34.29º | 0.5% | 0.44% | - |
| XYZ | 10.65 | 10.47 | 5.07 | - |
| YUV | 90.53 | 107.95 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 87 | 55 | 0 | 0.22 | 0.50 | 0.56 | 34.29 | 0.34 | 0.33 |
| Hex | 6F | 57 | 37 | 0 | 16 | 32 | 38 | 22 | 22 | 21 |
| Octal | 157 | 127 | 67 | 0 | 26 | 62 | 70 | 42 | 42 | 41 |
| Binary | 1101111 | 1010111 | 110111 | 0 | 10110 | 110010 | 111000 | 100010 | 100010 | 100001 |
Color Harmonies of #6F5737
Complementary color
Monochromatic Colors of #6F5737
Black with #6F5737
Text Example
Text Example
White with #6F5737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5737; }
p { color: rgb(111,87,55); }
H1.HeaderClassName
{
color: #6F5737;
}
.AnyTagClassName
{
color: #6F5737;
}
</style>
background-color css
<style>
a { background-color: #6F5737; }
a { background-color: rgb(111,87,55); }
div.DivClassName
{
background-color: #6F5737;
}
.BgClassName
{
background-color: #6F5737;
}
</style>
border-color css
<style>
span { border-color: #6F5737; }
span { border-color: rgb(111,87,55); }
td.TdClassName
{
border-color: #6F5737;
}
.TagClassName
{
border-color: #6F5737;
}
</style>