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