Shades of Shingle Fawn #6F5437
Tints of Shingle Fawn #6F5437
RGB
CMYK
RGB Variations
Color information
#6F5437 (or 0x6F5437) is known color: Shingle Fawn. HEX triplet: 6F, 54 and 37. RGB value is (111,84,55). Sum of RGB (Red+Green+Blue) = 111+84+55=250 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.4% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 55 (21.88% from 255 or 22% from 250); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5437 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5437 is #90ABC8. Grayscale: #585858. Windows color (decimal): -9481161 or 3626095. OLE color: 3626095.
HSL color Cylindrical-coordinate representation of color #6F5437: hue angle of 31.07º 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 #6F5437 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 84 | 55 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.56 |
| HSL | 31.07º | 0.34% | 0.33% | - |
| HSV(B) | 31.07º | 0.5% | 0.44% | - |
| XYZ | 10.42 | 10 | 4.99 | - |
| YUV | 88.77 | 108.95 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 84 | 55 | 0 | 0.24 | 0.50 | 0.56 | 31.07 | 0.34 | 0.33 |
| Hex | 6F | 54 | 37 | 0 | 18 | 32 | 38 | 1F | 22 | 21 |
| Octal | 157 | 124 | 67 | 0 | 30 | 62 | 70 | 37 | 42 | 41 |
| Binary | 1101111 | 1010100 | 110111 | 0 | 11000 | 110010 | 111000 | 11111 | 100010 | 100001 |
Color Harmonies of #6F5437
Complementary color
Monochromatic Colors of #6F5437
Black with #6F5437
Text Example
Text Example
White with #6F5437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5437; }
p { color: rgb(111,84,55); }
H1.HeaderClassName
{
color: #6F5437;
}
.AnyTagClassName
{
color: #6F5437;
}
</style>
background-color css
<style>
a { background-color: #6F5437; }
a { background-color: rgb(111,84,55); }
div.DivClassName
{
background-color: #6F5437;
}
.BgClassName
{
background-color: #6F5437;
}
</style>
border-color css
<style>
span { border-color: #6F5437; }
span { border-color: rgb(111,84,55); }
td.TdClassName
{
border-color: #6F5437;
}
.TagClassName
{
border-color: #6F5437;
}
</style>