Shades of Shingle Fawn #705637
Tints of Shingle Fawn #705637
RGB
CMYK
RGB Variations
Color information
#705637 (or 0x705637) is known color: Shingle Fawn. HEX triplet: 70, 56 and 37. RGB value is (112,86,55). Sum of RGB (Red+Green+Blue) = 112+86+55=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 55 (21.88% from 255 or 21.74% from 253); Max value from RGB is 112 - color contains mainly: red. Hex color #705637 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705637 is #8FA9C8. Grayscale: #5A5A5A. Windows color (decimal): -9415113 or 3626608. OLE color: 3626608.
HSL color Cylindrical-coordinate representation of color #705637: hue angle of 32.63º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #705637 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 86 | 55 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.56 |
| HSL | 32.63º | 0.34% | 0.33% | - |
| HSV(B) | 32.63º | 0.51% | 0.44% | - |
| XYZ | 10.7 | 10.38 | 5.05 | - |
| YUV | 90.24 | 108.11 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 86 | 55 | 0 | 0.23 | 0.51 | 0.56 | 32.63 | 0.34 | 0.33 |
| Hex | 70 | 56 | 37 | 0 | 17 | 33 | 38 | 21 | 22 | 21 |
| Octal | 160 | 126 | 67 | 0 | 27 | 63 | 70 | 41 | 42 | 41 |
| Binary | 1110000 | 1010110 | 110111 | 0 | 10111 | 110011 | 111000 | 100001 | 100010 | 100001 |
Color Harmonies of #705637
Complementary color
Monochromatic Colors of #705637
Black with #705637
Text Example
Text Example
White with #705637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705637; }
p { color: rgb(112,86,55); }
H1.HeaderClassName
{
color: #705637;
}
.AnyTagClassName
{
color: #705637;
}
</style>
background-color css
<style>
a { background-color: #705637; }
a { background-color: rgb(112,86,55); }
div.DivClassName
{
background-color: #705637;
}
.BgClassName
{
background-color: #705637;
}
</style>
border-color css
<style>
span { border-color: #705637; }
span { border-color: rgb(112,86,55); }
td.TdClassName
{
border-color: #705637;
}
.TagClassName
{
border-color: #705637;
}
</style>