Shades of Rich Gold #99561C
Tints of Rich Gold #99561C
RGB
CMYK
RGB Variations
Color information
#99561C (or 0x99561C) is known color: Rich Gold. HEX triplet: 99, 56 and 1C. RGB value is (153,86,28). Sum of RGB (Red+Green+Blue) = 153+86+28=267 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.30% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 153 - color contains mainly: red. Hex color #99561C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99561C is #66A9E3. Grayscale: #636363. Windows color (decimal): -6728164 or 1857177. OLE color: 1857177.
HSL color Cylindrical-coordinate representation of color #99561C: hue angle of 27.84º 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 #99561C is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 86 | 28 | - |
| CMYK | 0 | 0.44 | 0.82 | 0.4 |
| HSL | 27.84º | 0.69% | 0.35% | - |
| HSV(B) | 27.84º | 0.82% | 0.6% | - |
| XYZ | 16.67 | 13.51 | 2.83 | - |
| YUV | 99.42 | 87.7 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 86 | 28 | 0 | 0.44 | 0.82 | 0.4 | 27.84 | 0.69 | 0.35 |
| Hex | 99 | 56 | 1C | 0 | 2C | 52 | 28 | 1C | 45 | 23 |
| Octal | 231 | 126 | 34 | 0 | 54 | 122 | 50 | 34 | 105 | 43 |
| Binary | 10011001 | 1010110 | 11100 | 0 | 101100 | 1010010 | 101000 | 11100 | 1000101 | 100011 |
Color Harmonies of #99561C
Complementary color
Monochromatic Colors of #99561C
Black with #99561C
Text Example
Text Example
White with #99561C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99561C; }
p { color: rgb(153,86,28); }
H1.HeaderClassName
{
color: #99561C;
}
.AnyTagClassName
{
color: #99561C;
}
</style>
background-color css
<style>
a { background-color: #99561C; }
a { background-color: rgb(153,86,28); }
div.DivClassName
{
background-color: #99561C;
}
.BgClassName
{
background-color: #99561C;
}
</style>
border-color css
<style>
span { border-color: #99561C; }
span { border-color: rgb(153,86,28); }
td.TdClassName
{
border-color: #99561C;
}
.TagClassName
{
border-color: #99561C;
}
</style>