Shades of Shingle Fawn #6F5735
Tints of Shingle Fawn #6F5735
RGB
CMYK
RGB Variations
Color information
#6F5735 (or 0x6F5735) is known color: Shingle Fawn. HEX triplet: 6F, 57 and 35. RGB value is (111,87,53). Sum of RGB (Red+Green+Blue) = 111+87+53=251 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.22% from 251); Green value is 87 (34.38% from 255 or 34.66% from 251); Blue value is 53 (21.09% from 255 or 21.12% from 251); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5735 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5735 is #90A8CA. Grayscale: #5A5A5A. Windows color (decimal): -9480395 or 3495791. OLE color: 3495791.
HSL color Cylindrical-coordinate representation of color #6F5735: hue angle of 35.17º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F5735 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 87 | 53 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.56 |
| HSL | 35.17º | 0.35% | 0.32% | - |
| HSV(B) | 35.17º | 0.52% | 0.44% | - |
| XYZ | 10.61 | 10.45 | 4.83 | - |
| YUV | 90.3 | 106.95 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 87 | 53 | 0 | 0.22 | 0.52 | 0.56 | 35.17 | 0.35 | 0.32 |
| Hex | 6F | 57 | 35 | 0 | 16 | 34 | 38 | 23 | 23 | 20 |
| Octal | 157 | 127 | 65 | 0 | 26 | 64 | 70 | 43 | 43 | 40 |
| Binary | 1101111 | 1010111 | 110101 | 0 | 10110 | 110100 | 111000 | 100011 | 100011 | 100000 |
Color Harmonies of #6F5735
Complementary color
Monochromatic Colors of #6F5735
Black with #6F5735
Text Example
Text Example
White with #6F5735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5735; }
p { color: rgb(111,87,53); }
H1.HeaderClassName
{
color: #6F5735;
}
.AnyTagClassName
{
color: #6F5735;
}
</style>
background-color css
<style>
a { background-color: #6F5735; }
a { background-color: rgb(111,87,53); }
div.DivClassName
{
background-color: #6F5735;
}
.BgClassName
{
background-color: #6F5735;
}
</style>
border-color css
<style>
span { border-color: #6F5735; }
span { border-color: rgb(111,87,53); }
td.TdClassName
{
border-color: #6F5735;
}
.TagClassName
{
border-color: #6F5735;
}
</style>