Shades of Shingle Fawn #765933
Tints of Shingle Fawn #765933
RGB
CMYK
RGB Variations
Color information
#765933 (or 0x765933) is known color: Shingle Fawn. HEX triplet: 76, 59 and 33. RGB value is (118,89,51). Sum of RGB (Red+Green+Blue) = 118+89+51=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 51 (20.31% from 255 or 19.77% from 258); Max value from RGB is 118 - color contains mainly: red. Hex color #765933 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765933 is #89A6CC. Grayscale: #5D5D5D. Windows color (decimal): -9021133 or 3365238. OLE color: 3365238.
HSL color Cylindrical-coordinate representation of color #765933: hue angle of 34.03º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #765933 is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 89 | 51 | - |
| CMYK | 0 | 0.25 | 0.57 | 0.54 |
| HSL | 34.03º | 0.4% | 0.33% | - |
| HSV(B) | 34.03º | 0.57% | 0.46% | - |
| XYZ | 11.64 | 11.24 | 4.69 | - |
| YUV | 93.34 | 104.11 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 89 | 51 | 0 | 0.25 | 0.57 | 0.54 | 34.03 | 0.4 | 0.33 |
| Hex | 76 | 59 | 33 | 0 | 19 | 39 | 36 | 22 | 28 | 21 |
| Octal | 166 | 131 | 63 | 0 | 31 | 71 | 66 | 42 | 50 | 41 |
| Binary | 1110110 | 1011001 | 110011 | 0 | 11001 | 111001 | 110110 | 100010 | 101000 | 100001 |
Color Harmonies of #765933
Complementary color
Monochromatic Colors of #765933
Black with #765933
Text Example
Text Example
White with #765933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765933; }
p { color: rgb(118,89,51); }
H1.HeaderClassName
{
color: #765933;
}
.AnyTagClassName
{
color: #765933;
}
</style>
background-color css
<style>
a { background-color: #765933; }
a { background-color: rgb(118,89,51); }
div.DivClassName
{
background-color: #765933;
}
.BgClassName
{
background-color: #765933;
}
</style>
border-color css
<style>
span { border-color: #765933; }
span { border-color: rgb(118,89,51); }
td.TdClassName
{
border-color: #765933;
}
.TagClassName
{
border-color: #765933;
}
</style>