Shades of Shingle Fawn #76562E
Tints of Shingle Fawn #76562E
RGB
CMYK
RGB Variations
Color information
#76562E (or 0x76562E) is known color: Shingle Fawn. HEX triplet: 76, 56 and 2E. RGB value is (118,86,46). Sum of RGB (Red+Green+Blue) = 118+86+46=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 46 (18.36% from 255 or 18.4% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #76562E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76562E is #89A9D1. Grayscale: #5B5B5B. Windows color (decimal): -9021906 or 3036790. OLE color: 3036790.
HSL color Cylindrical-coordinate representation of color #76562E: hue angle of 33.33º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #76562E is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 86 | 46 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.54 |
| HSL | 33.33º | 0.44% | 0.32% | - |
| HSV(B) | 33.33º | 0.61% | 0.46% | - |
| XYZ | 11.29 | 10.7 | 4.06 | - |
| YUV | 91.01 | 102.6 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 86 | 46 | 0 | 0.27 | 0.61 | 0.54 | 33.33 | 0.44 | 0.32 |
| Hex | 76 | 56 | 2E | 0 | 1B | 3D | 36 | 21 | 2C | 20 |
| Octal | 166 | 126 | 56 | 0 | 33 | 75 | 66 | 41 | 54 | 40 |
| Binary | 1110110 | 1010110 | 101110 | 0 | 11011 | 111101 | 110110 | 100001 | 101100 | 100000 |
Color Harmonies of #76562E
Complementary color
Monochromatic Colors of #76562E
Black with #76562E
Text Example
Text Example
White with #76562E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76562E; }
p { color: rgb(118,86,46); }
H1.HeaderClassName
{
color: #76562E;
}
.AnyTagClassName
{
color: #76562E;
}
</style>
background-color css
<style>
a { background-color: #76562E; }
a { background-color: rgb(118,86,46); }
div.DivClassName
{
background-color: #76562E;
}
.BgClassName
{
background-color: #76562E;
}
</style>
border-color css
<style>
span { border-color: #76562E; }
span { border-color: rgb(118,86,46); }
td.TdClassName
{
border-color: #76562E;
}
.TagClassName
{
border-color: #76562E;
}
</style>