Shades of Shingle Fawn #765935
Tints of Shingle Fawn #765935
RGB
CMYK
RGB Variations
Color information
#765935 (or 0x765935) is known color: Shingle Fawn. HEX triplet: 76, 59 and 35. RGB value is (118,89,53). Sum of RGB (Red+Green+Blue) = 118+89+53=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 89 (35.16% from 255 or 34.23% from 260); Blue value is 53 (21.09% from 255 or 20.38% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #765935 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765935 is #89A6CA. Grayscale: #5D5D5D. Windows color (decimal): -9021131 or 3496310. OLE color: 3496310.
HSL color Cylindrical-coordinate representation of color #765935: hue angle of 33.23º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #765935 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 89 | 53 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.54 |
| HSL | 33.23º | 0.38% | 0.34% | - |
| HSV(B) | 33.23º | 0.55% | 0.46% | - |
| XYZ | 11.69 | 11.25 | 4.92 | - |
| YUV | 93.57 | 105.11 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 89 | 53 | 0 | 0.25 | 0.55 | 0.54 | 33.23 | 0.38 | 0.34 |
| Hex | 76 | 59 | 35 | 0 | 19 | 37 | 36 | 21 | 26 | 22 |
| Octal | 166 | 131 | 65 | 0 | 31 | 67 | 66 | 41 | 46 | 42 |
| Binary | 1110110 | 1011001 | 110101 | 0 | 11001 | 110111 | 110110 | 100001 | 100110 | 100010 |
Color Harmonies of #765935
Complementary color
Monochromatic Colors of #765935
Black with #765935
Text Example
Text Example
White with #765935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765935; }
p { color: rgb(118,89,53); }
H1.HeaderClassName
{
color: #765935;
}
.AnyTagClassName
{
color: #765935;
}
</style>
background-color css
<style>
a { background-color: #765935; }
a { background-color: rgb(118,89,53); }
div.DivClassName
{
background-color: #765935;
}
.BgClassName
{
background-color: #765935;
}
</style>
border-color css
<style>
span { border-color: #765935; }
span { border-color: rgb(118,89,53); }
td.TdClassName
{
border-color: #765935;
}
.TagClassName
{
border-color: #765935;
}
</style>