Shades of Rich Gold #99511C
Tints of Rich Gold #99511C
RGB
CMYK
RGB Variations
Color information
#99511C (or 0x99511C) is known color: Rich Gold. HEX triplet: 99, 51 and 1C. RGB value is (153,81,28). Sum of RGB (Red+Green+Blue) = 153+81+28=262 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.40% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 28 (11.33% from 255 or 10.69% from 262); Max value from RGB is 153 - color contains mainly: red. Hex color #99511C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99511C is #66AEE3. Grayscale: #606060. Windows color (decimal): -6729444 or 1855897. OLE color: 1855897.
HSL color Cylindrical-coordinate representation of color #99511C: hue angle of 25.44º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #99511C is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 81 | 28 | - |
| CMYK | 0 | 0.47 | 0.82 | 0.4 |
| HSL | 25.44º | 0.69% | 0.35% | - |
| HSV(B) | 25.44º | 0.82% | 0.6% | - |
| XYZ | 16.29 | 12.74 | 2.7 | - |
| YUV | 96.49 | 89.35 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 81 | 28 | 0 | 0.47 | 0.82 | 0.4 | 25.44 | 0.69 | 0.35 |
| Hex | 99 | 51 | 1C | 0 | 2F | 52 | 28 | 19 | 45 | 23 |
| Octal | 231 | 121 | 34 | 0 | 57 | 122 | 50 | 31 | 105 | 43 |
| Binary | 10011001 | 1010001 | 11100 | 0 | 101111 | 1010010 | 101000 | 11001 | 1000101 | 100011 |
Color Harmonies of #99511C
Complementary color
Monochromatic Colors of #99511C
Black with #99511C
Text Example
Text Example
White with #99511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99511C; }
p { color: rgb(153,81,28); }
H1.HeaderClassName
{
color: #99511C;
}
.AnyTagClassName
{
color: #99511C;
}
</style>
background-color css
<style>
a { background-color: #99511C; }
a { background-color: rgb(153,81,28); }
div.DivClassName
{
background-color: #99511C;
}
.BgClassName
{
background-color: #99511C;
}
</style>
border-color css
<style>
span { border-color: #99511C; }
span { border-color: rgb(153,81,28); }
td.TdClassName
{
border-color: #99511C;
}
.TagClassName
{
border-color: #99511C;
}
</style>