Shades of Rich Gold #99541F
Tints of Rich Gold #99541F
RGB
CMYK
RGB Variations
Color information
#99541F (or 0x99541F) is known color: Rich Gold. HEX triplet: 99, 54 and 1F. RGB value is (153,84,31). Sum of RGB (Red+Green+Blue) = 153+84+31=268 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.09% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 153 - color contains mainly: red. Hex color #99541F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99541F is #66ABE0. Grayscale: #626262. Windows color (decimal): -6728673 or 2053273. OLE color: 2053273.
HSL color Cylindrical-coordinate representation of color #99541F: hue angle of 26.07º 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 #99541F is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 84 | 31 | - |
| CMYK | 0 | 0.45 | 0.80 | 0.4 |
| HSL | 26.07º | 0.66% | 0.36% | - |
| HSV(B) | 26.07º | 0.8% | 0.6% | - |
| XYZ | 16.55 | 13.21 | 2.97 | - |
| YUV | 98.59 | 89.86 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 84 | 31 | 0 | 0.45 | 0.80 | 0.4 | 26.07 | 0.66 | 0.36 |
| Hex | 99 | 54 | 1F | 0 | 2D | 50 | 28 | 1A | 42 | 24 |
| Octal | 231 | 124 | 37 | 0 | 55 | 120 | 50 | 32 | 102 | 44 |
| Binary | 10011001 | 1010100 | 11111 | 0 | 101101 | 1010000 | 101000 | 11010 | 1000010 | 100100 |
Color Harmonies of #99541F
Complementary color
Monochromatic Colors of #99541F
Black with #99541F
Text Example
Text Example
White with #99541F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99541F; }
p { color: rgb(153,84,31); }
H1.HeaderClassName
{
color: #99541F;
}
.AnyTagClassName
{
color: #99541F;
}
</style>
background-color css
<style>
a { background-color: #99541F; }
a { background-color: rgb(153,84,31); }
div.DivClassName
{
background-color: #99541F;
}
.BgClassName
{
background-color: #99541F;
}
</style>
border-color css
<style>
span { border-color: #99541F; }
span { border-color: rgb(153,84,31); }
td.TdClassName
{
border-color: #99541F;
}
.TagClassName
{
border-color: #99541F;
}
</style>