Shades of Hacienda #9D761C
Tints of Hacienda #9D761C
RGB
CMYK
RGB Variations
Color information
#9D761C (or 0x9D761C) is known color: Hacienda. HEX triplet: 9D, 76 and 1C. RGB value is (157,118,28). Sum of RGB (Red+Green+Blue) = 157+118+28=303 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.82% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 157 - color contains mainly: red. Hex color #9D761C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D761C is #6289E3. Grayscale: #777777. Windows color (decimal): -6457828 or 1865373. OLE color: 1865373.
HSL color Cylindrical-coordinate representation of color #9D761C: hue angle of 41.86º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9D761C is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 118 | 28 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.38 |
| HSL | 41.86º | 0.7% | 0.36% | - |
| HSV(B) | 41.86º | 0.82% | 0.62% | - |
| XYZ | 20.59 | 20.21 | 3.91 | - |
| YUV | 119.4 | 76.42 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 118 | 28 | 0 | 0.25 | 0.82 | 0.38 | 41.86 | 0.7 | 0.36 |
| Hex | 9D | 76 | 1C | 0 | 19 | 52 | 26 | 2A | 46 | 24 |
| Octal | 235 | 166 | 34 | 0 | 31 | 122 | 46 | 52 | 106 | 44 |
| Binary | 10011101 | 1110110 | 11100 | 0 | 11001 | 1010010 | 100110 | 101010 | 1000110 | 100100 |
Color Harmonies of #9D761C
Complementary color
Monochromatic Colors of #9D761C
Black with #9D761C
Text Example
Text Example
White with #9D761C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D761C; }
p { color: rgb(157,118,28); }
H1.HeaderClassName
{
color: #9D761C;
}
.AnyTagClassName
{
color: #9D761C;
}
</style>
background-color css
<style>
a { background-color: #9D761C; }
a { background-color: rgb(157,118,28); }
div.DivClassName
{
background-color: #9D761C;
}
.BgClassName
{
background-color: #9D761C;
}
</style>
border-color css
<style>
span { border-color: #9D761C; }
span { border-color: rgb(157,118,28); }
td.TdClassName
{
border-color: #9D761C;
}
.TagClassName
{
border-color: #9D761C;
}
</style>