Shades of Shingle Fawn #6F5537
Tints of Shingle Fawn #6F5537
RGB
CMYK
RGB Variations
Color information
#6F5537 (or 0x6F5537) is known color: Shingle Fawn. HEX triplet: 6F, 55 and 37. RGB value is (111,85,55). Sum of RGB (Red+Green+Blue) = 111+85+55=251 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.22% from 251); Green value is 85 (33.59% from 255 or 33.86% from 251); Blue value is 55 (21.88% from 255 or 21.91% from 251); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5537 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5537 is #90AAC8. Grayscale: #595959. Windows color (decimal): -9480905 or 3626351. OLE color: 3626351.
HSL color Cylindrical-coordinate representation of color #6F5537: hue angle of 32.14º 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 #6F5537 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 85 | 55 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.56 |
| HSL | 32.14º | 0.34% | 0.33% | - |
| HSV(B) | 32.14º | 0.5% | 0.44% | - |
| XYZ | 10.49 | 10.15 | 5.02 | - |
| YUV | 89.35 | 108.61 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 85 | 55 | 0 | 0.23 | 0.50 | 0.56 | 32.14 | 0.34 | 0.33 |
| Hex | 6F | 55 | 37 | 0 | 17 | 32 | 38 | 20 | 22 | 21 |
| Octal | 157 | 125 | 67 | 0 | 27 | 62 | 70 | 40 | 42 | 41 |
| Binary | 1101111 | 1010101 | 110111 | 0 | 10111 | 110010 | 111000 | 100000 | 100010 | 100001 |
Color Harmonies of #6F5537
Complementary color
Monochromatic Colors of #6F5537
Black with #6F5537
Text Example
Text Example
White with #6F5537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5537; }
p { color: rgb(111,85,55); }
H1.HeaderClassName
{
color: #6F5537;
}
.AnyTagClassName
{
color: #6F5537;
}
</style>
background-color css
<style>
a { background-color: #6F5537; }
a { background-color: rgb(111,85,55); }
div.DivClassName
{
background-color: #6F5537;
}
.BgClassName
{
background-color: #6F5537;
}
</style>
border-color css
<style>
span { border-color: #6F5537; }
span { border-color: rgb(111,85,55); }
td.TdClassName
{
border-color: #6F5537;
}
.TagClassName
{
border-color: #6F5537;
}
</style>