Shades of Golden Brown #926000
Tints of Golden Brown #926000
RGB
CMYK
RGB Variations
Color information
#926000 (or 0x926000) is known color: Golden Brown. HEX triplet: 92, 60 and 00. RGB value is (146,96,0). Sum of RGB (Red+Green+Blue) = 146+96+0=242 (32% of max value = 765). Red value is 146 (57.42% from 255 or 60.33% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 146 - color contains mainly: red. Hex color #926000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926000 is #6D9FFF. Grayscale: #646464. Windows color (decimal): -7184384 or 24722. OLE color: 24722.
HSL color Cylindrical-coordinate representation of color #926000: hue angle of 39.45º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #926000 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 96 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.43 |
| HSL | 39.45º | 1% | 0.29% | - |
| HSV(B) | 39.45º | 1% | 0.57% | - |
| XYZ | 16.04 | 14.48 | 1.95 | - |
| YUV | 100.01 | 71.57 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 96 | 0 | 0 | 0.34 | 1 | 0.43 | 39.45 | 1 | 0.29 |
| Hex | 92 | 60 | 0 | 0 | 22 | 64 | 2B | 27 | 64 | 1D |
| Octal | 222 | 140 | 0 | 0 | 42 | 144 | 53 | 47 | 144 | 35 |
| Binary | 10010010 | 1100000 | 0 | 0 | 100010 | 1100100 | 101011 | 100111 | 1100100 | 11101 |
Color Harmonies of #926000
Complementary color
Monochromatic Colors of #926000
Black with #926000
Text Example
Text Example
White with #926000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926000; }
p { color: rgb(146,96,0); }
H1.HeaderClassName
{
color: #926000;
}
.AnyTagClassName
{
color: #926000;
}
</style>
background-color css
<style>
a { background-color: #926000; }
a { background-color: rgb(146,96,0); }
div.DivClassName
{
background-color: #926000;
}
.BgClassName
{
background-color: #926000;
}
</style>
border-color css
<style>
span { border-color: #926000; }
span { border-color: rgb(146,96,0); }
td.TdClassName
{
border-color: #926000;
}
.TagClassName
{
border-color: #926000;
}
</style>