Shades of Shingle Fawn #76593E
Tints of Shingle Fawn #76593E
RGB
CMYK
RGB Variations
Color information
#76593E (or 0x76593E) is known color: Shingle Fawn. HEX triplet: 76, 59 and 3E. RGB value is (118,89,62). Sum of RGB (Red+Green+Blue) = 118+89+62=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 62 (24.61% from 255 or 23.05% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #76593E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76593E is #89A6C1. Grayscale: #5E5E5E. Windows color (decimal): -9021122 or 4086134. OLE color: 4086134.
HSL color Cylindrical-coordinate representation of color #76593E: hue angle of 28.93º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76593E is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 89 | 62 | - |
| CMYK | 0 | 0.25 | 0.47 | 0.54 |
| HSL | 28.93º | 0.31% | 0.35% | - |
| HSV(B) | 28.93º | 0.47% | 0.46% | - |
| XYZ | 11.91 | 11.34 | 6.12 | - |
| YUV | 94.59 | 109.61 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 89 | 62 | 0 | 0.25 | 0.47 | 0.54 | 28.93 | 0.31 | 0.35 |
| Hex | 76 | 59 | 3E | 0 | 19 | 2F | 36 | 1D | 1F | 23 |
| Octal | 166 | 131 | 76 | 0 | 31 | 57 | 66 | 35 | 37 | 43 |
| Binary | 1110110 | 1011001 | 111110 | 0 | 11001 | 101111 | 110110 | 11101 | 11111 | 100011 |
Color Harmonies of #76593E
Complementary color
Monochromatic Colors of #76593E
Black with #76593E
Text Example
Text Example
White with #76593E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76593E; }
p { color: rgb(118,89,62); }
H1.HeaderClassName
{
color: #76593E;
}
.AnyTagClassName
{
color: #76593E;
}
</style>
background-color css
<style>
a { background-color: #76593E; }
a { background-color: rgb(118,89,62); }
div.DivClassName
{
background-color: #76593E;
}
.BgClassName
{
background-color: #76593E;
}
</style>
border-color css
<style>
span { border-color: #76593E; }
span { border-color: rgb(118,89,62); }
td.TdClassName
{
border-color: #76593E;
}
.TagClassName
{
border-color: #76593E;
}
</style>