Shades of Hacienda #99841F
Tints of Hacienda #99841F
RGB
CMYK
RGB Variations
Color information
#99841F (or 0x99841F) is known color: Hacienda. HEX triplet: 99, 84 and 1F. RGB value is (153,132,31). Sum of RGB (Red+Green+Blue) = 153+132+31=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 132 (51.95% from 255 or 41.77% from 316); Blue value is 31 (12.5% from 255 or 9.81% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #99841F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99841F is #667BE0. Grayscale: #7F7F7F. Windows color (decimal): -6716385 or 2065561. OLE color: 2065561.
HSL color Cylindrical-coordinate representation of color #99841F: hue angle of 49.67º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #99841F is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 132 | 31 | - |
| CMYK | 0 | 0.14 | 0.80 | 0.4 |
| HSL | 49.67º | 0.66% | 0.36% | - |
| HSV(B) | 49.67º | 0.8% | 0.6% | - |
| XYZ | 21.64 | 23.37 | 4.67 | - |
| YUV | 126.77 | 73.96 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 132 | 31 | 0 | 0.14 | 0.80 | 0.4 | 49.67 | 0.66 | 0.36 |
| Hex | 99 | 84 | 1F | 0 | E | 50 | 28 | 32 | 42 | 24 |
| Octal | 231 | 204 | 37 | 0 | 16 | 120 | 50 | 62 | 102 | 44 |
| Binary | 10011001 | 10000100 | 11111 | 0 | 1110 | 1010000 | 101000 | 110010 | 1000010 | 100100 |
Color Harmonies of #99841F
Complementary color
Monochromatic Colors of #99841F
Black with #99841F
Text Example
Text Example
White with #99841F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99841F; }
p { color: rgb(153,132,31); }
H1.HeaderClassName
{
color: #99841F;
}
.AnyTagClassName
{
color: #99841F;
}
</style>
background-color css
<style>
a { background-color: #99841F; }
a { background-color: rgb(153,132,31); }
div.DivClassName
{
background-color: #99841F;
}
.BgClassName
{
background-color: #99841F;
}
</style>
border-color css
<style>
span { border-color: #99841F; }
span { border-color: rgb(153,132,31); }
td.TdClassName
{
border-color: #99841F;
}
.TagClassName
{
border-color: #99841F;
}
</style>