Shades of Golden Brown #926005
Tints of Golden Brown #926005
RGB
CMYK
RGB Variations
Color information
#926005 (or 0x926005) is known color: Golden Brown. HEX triplet: 92, 60 and 05. RGB value is (146,96,5). Sum of RGB (Red+Green+Blue) = 146+96+5=247 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.11% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 146 - color contains mainly: red. Hex color #926005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926005 is #6D9FFA. Grayscale: #646464. Windows color (decimal): -7184379 or 352402. OLE color: 352402.
HSL color Cylindrical-coordinate representation of color #926005: hue angle of 38.72º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #926005 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 96 | 5 | - |
| CMYK | 0 | 0.34 | 0.97 | 0.43 |
| HSL | 38.72º | 0.93% | 0.3% | - |
| HSV(B) | 38.72º | 0.97% | 0.57% | - |
| XYZ | 16.06 | 14.49 | 2.09 | - |
| YUV | 100.58 | 74.07 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 96 | 5 | 0 | 0.34 | 0.97 | 0.43 | 38.72 | 0.93 | 0.3 |
| Hex | 92 | 60 | 5 | 0 | 22 | 61 | 2B | 27 | 5D | 1E |
| Octal | 222 | 140 | 5 | 0 | 42 | 141 | 53 | 47 | 135 | 36 |
| Binary | 10010010 | 1100000 | 101 | 0 | 100010 | 1100001 | 101011 | 100111 | 1011101 | 11110 |
Color Harmonies of #926005
Complementary color
Monochromatic Colors of #926005
Black with #926005
Text Example
Text Example
White with #926005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926005; }
p { color: rgb(146,96,5); }
H1.HeaderClassName
{
color: #926005;
}
.AnyTagClassName
{
color: #926005;
}
</style>
background-color css
<style>
a { background-color: #926005; }
a { background-color: rgb(146,96,5); }
div.DivClassName
{
background-color: #926005;
}
.BgClassName
{
background-color: #926005;
}
</style>
border-color css
<style>
span { border-color: #926005; }
span { border-color: rgb(146,96,5); }
td.TdClassName
{
border-color: #926005;
}
.TagClassName
{
border-color: #926005;
}
</style>