Shades of Shingle Fawn #76593C
Tints of Shingle Fawn #76593C
RGB
CMYK
RGB Variations
Color information
#76593C (or 0x76593C) is known color: Shingle Fawn. HEX triplet: 76, 59 and 3C. RGB value is (118,89,60). Sum of RGB (Red+Green+Blue) = 118+89+60=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #76593C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76593C is #89A6C3. Grayscale: #5E5E5E. Windows color (decimal): -9021124 or 3955062. OLE color: 3955062.
HSL color Cylindrical-coordinate representation of color #76593C: hue angle of 30º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76593C is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 89 | 60 | - |
| CMYK | 0 | 0.25 | 0.49 | 0.54 |
| HSL | 30º | 0.33% | 0.35% | - |
| HSV(B) | 30º | 0.49% | 0.46% | - |
| XYZ | 11.86 | 11.32 | 5.84 | - |
| YUV | 94.37 | 108.61 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 89 | 60 | 0 | 0.25 | 0.49 | 0.54 | 30 | 0.33 | 0.35 |
| Hex | 76 | 59 | 3C | 0 | 19 | 31 | 36 | 1E | 21 | 23 |
| Octal | 166 | 131 | 74 | 0 | 31 | 61 | 66 | 36 | 41 | 43 |
| Binary | 1110110 | 1011001 | 111100 | 0 | 11001 | 110001 | 110110 | 11110 | 100001 | 100011 |
Color Harmonies of #76593C
Complementary color
Monochromatic Colors of #76593C
Black with #76593C
Text Example
Text Example
White with #76593C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76593C; }
p { color: rgb(118,89,60); }
H1.HeaderClassName
{
color: #76593C;
}
.AnyTagClassName
{
color: #76593C;
}
</style>
background-color css
<style>
a { background-color: #76593C; }
a { background-color: rgb(118,89,60); }
div.DivClassName
{
background-color: #76593C;
}
.BgClassName
{
background-color: #76593C;
}
</style>
border-color css
<style>
span { border-color: #76593C; }
span { border-color: rgb(118,89,60); }
td.TdClassName
{
border-color: #76593C;
}
.TagClassName
{
border-color: #76593C;
}
</style>