Shades of Rich Gold #96511D
Tints of Rich Gold #96511D
RGB
CMYK
RGB Variations
Color information
#96511D (or 0x96511D) is known color: Rich Gold. HEX triplet: 96, 51 and 1D. RGB value is (150,81,29). Sum of RGB (Red+Green+Blue) = 150+81+29=260 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.69% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 29 (11.72% from 255 or 11.15% from 260); Max value from RGB is 150 - color contains mainly: red. Hex color #96511D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96511D is #69AEE2. Grayscale: #5F5F5F. Windows color (decimal): -6926051 or 1921430. OLE color: 1921430.
HSL color Cylindrical-coordinate representation of color #96511D: hue angle of 25.79º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #96511D is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 81 | 29 | - |
| CMYK | 0 | 0.46 | 0.81 | 0.41 |
| HSL | 25.79º | 0.68% | 0.35% | - |
| HSV(B) | 25.79º | 0.81% | 0.59% | - |
| XYZ | 15.74 | 12.46 | 2.74 | - |
| YUV | 95.7 | 90.36 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 81 | 29 | 0 | 0.46 | 0.81 | 0.41 | 25.79 | 0.68 | 0.35 |
| Hex | 96 | 51 | 1D | 0 | 2E | 51 | 29 | 1A | 44 | 23 |
| Octal | 226 | 121 | 35 | 0 | 56 | 121 | 51 | 32 | 104 | 43 |
| Binary | 10010110 | 1010001 | 11101 | 0 | 101110 | 1010001 | 101001 | 11010 | 1000100 | 100011 |
Color Harmonies of #96511D
Complementary color
Monochromatic Colors of #96511D
Black with #96511D
Text Example
Text Example
White with #96511D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96511D; }
p { color: rgb(150,81,29); }
H1.HeaderClassName
{
color: #96511D;
}
.AnyTagClassName
{
color: #96511D;
}
</style>
background-color css
<style>
a { background-color: #96511D; }
a { background-color: rgb(150,81,29); }
div.DivClassName
{
background-color: #96511D;
}
.BgClassName
{
background-color: #96511D;
}
</style>
border-color css
<style>
span { border-color: #96511D; }
span { border-color: rgb(150,81,29); }
td.TdClassName
{
border-color: #96511D;
}
.TagClassName
{
border-color: #96511D;
}
</style>