Shades of Shingle Fawn #705636
Tints of Shingle Fawn #705636
RGB
CMYK
RGB Variations
Color information
#705636 (or 0x705636) is known color: Shingle Fawn. HEX triplet: 70, 56 and 36. RGB value is (112,86,54). Sum of RGB (Red+Green+Blue) = 112+86+54=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 54 (21.48% from 255 or 21.43% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #705636 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705636 is #8FA9C9. Grayscale: #5A5A5A. Windows color (decimal): -9415114 or 3561072. OLE color: 3561072.
HSL color Cylindrical-coordinate representation of color #705636: hue angle of 33.1º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #705636 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 86 | 54 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.56 |
| HSL | 33.1º | 0.35% | 0.33% | - |
| HSV(B) | 33.1º | 0.52% | 0.44% | - |
| XYZ | 10.68 | 10.37 | 4.93 | - |
| YUV | 90.13 | 107.61 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 86 | 54 | 0 | 0.23 | 0.52 | 0.56 | 33.1 | 0.35 | 0.33 |
| Hex | 70 | 56 | 36 | 0 | 17 | 34 | 38 | 21 | 23 | 21 |
| Octal | 160 | 126 | 66 | 0 | 27 | 64 | 70 | 41 | 43 | 41 |
| Binary | 1110000 | 1010110 | 110110 | 0 | 10111 | 110100 | 111000 | 100001 | 100011 | 100001 |
Color Harmonies of #705636
Complementary color
Monochromatic Colors of #705636
Black with #705636
Text Example
Text Example
White with #705636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705636; }
p { color: rgb(112,86,54); }
H1.HeaderClassName
{
color: #705636;
}
.AnyTagClassName
{
color: #705636;
}
</style>
background-color css
<style>
a { background-color: #705636; }
a { background-color: rgb(112,86,54); }
div.DivClassName
{
background-color: #705636;
}
.BgClassName
{
background-color: #705636;
}
</style>
border-color css
<style>
span { border-color: #705636; }
span { border-color: rgb(112,86,54); }
td.TdClassName
{
border-color: #705636;
}
.TagClassName
{
border-color: #705636;
}
</style>