Shades of Golden Brown #96721A
Tints of Golden Brown #96721A
RGB
CMYK
RGB Variations
Color information
#96721A (or 0x96721A) is known color: Golden Brown. HEX triplet: 96, 72 and 1A. RGB value is (150,114,26). Sum of RGB (Red+Green+Blue) = 150+114+26=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 114 (44.92% from 255 or 39.31% from 290); Blue value is 26 (10.55% from 255 or 8.97% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #96721A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96721A is #698DE5. Grayscale: #737373. Windows color (decimal): -6917606 or 1733270. OLE color: 1733270.
HSL color Cylindrical-coordinate representation of color #96721A: hue angle of 42.58º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #96721A is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 114 | 26 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.41 |
| HSL | 42.58º | 0.7% | 0.35% | - |
| HSV(B) | 42.58º | 0.83% | 0.59% | - |
| XYZ | 18.78 | 18.59 | 3.58 | - |
| YUV | 114.73 | 77.93 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 114 | 26 | 0 | 0.24 | 0.83 | 0.41 | 42.58 | 0.7 | 0.35 |
| Hex | 96 | 72 | 1A | 0 | 18 | 53 | 29 | 2B | 46 | 23 |
| Octal | 226 | 162 | 32 | 0 | 30 | 123 | 51 | 53 | 106 | 43 |
| Binary | 10010110 | 1110010 | 11010 | 0 | 11000 | 1010011 | 101001 | 101011 | 1000110 | 100011 |
Color Harmonies of #96721A
Complementary color
Monochromatic Colors of #96721A
Black with #96721A
Text Example
Text Example
White with #96721A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96721A; }
p { color: rgb(150,114,26); }
H1.HeaderClassName
{
color: #96721A;
}
.AnyTagClassName
{
color: #96721A;
}
</style>
background-color css
<style>
a { background-color: #96721A; }
a { background-color: rgb(150,114,26); }
div.DivClassName
{
background-color: #96721A;
}
.BgClassName
{
background-color: #96721A;
}
</style>
border-color css
<style>
span { border-color: #96721A; }
span { border-color: rgb(150,114,26); }
td.TdClassName
{
border-color: #96721A;
}
.TagClassName
{
border-color: #96721A;
}
</style>