Shades of Golden Brown #925600
Tints of Golden Brown #925600
RGB
CMYK
RGB Variations
Color information
#925600 (or 0x925600) is known color: Golden Brown. HEX triplet: 92, 56 and 00. RGB value is (146,86,0). Sum of RGB (Red+Green+Blue) = 146+86+0=232 (30% of max value = 765). Red value is 146 (57.42% from 255 or 62.93% from 232); Green value is 86 (33.98% from 255 or 37.07% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 146 - color contains mainly: red. Hex color #925600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925600 is #6DA9FF. Grayscale: #5E5E5E. Windows color (decimal): -7186944 or 22162. OLE color: 22162.
HSL color Cylindrical-coordinate representation of color #925600: hue angle of 35.34º 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 #925600 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 86 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.43 |
| HSL | 35.34º | 1% | 0.29% | - |
| HSV(B) | 35.34º | 1% | 0.57% | - |
| XYZ | 15.18 | 12.77 | 1.66 | - |
| YUV | 94.14 | 74.88 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 86 | 0 | 0 | 0.41 | 1 | 0.43 | 35.34 | 1 | 0.29 |
| Hex | 92 | 56 | 0 | 0 | 29 | 64 | 2B | 23 | 64 | 1D |
| Octal | 222 | 126 | 0 | 0 | 51 | 144 | 53 | 43 | 144 | 35 |
| Binary | 10010010 | 1010110 | 0 | 0 | 101001 | 1100100 | 101011 | 100011 | 1100100 | 11101 |
Color Harmonies of #925600
Complementary color
Monochromatic Colors of #925600
Black with #925600
Text Example
Text Example
White with #925600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925600; }
p { color: rgb(146,86,0); }
H1.HeaderClassName
{
color: #925600;
}
.AnyTagClassName
{
color: #925600;
}
</style>
background-color css
<style>
a { background-color: #925600; }
a { background-color: rgb(146,86,0); }
div.DivClassName
{
background-color: #925600;
}
.BgClassName
{
background-color: #925600;
}
</style>
border-color css
<style>
span { border-color: #925600; }
span { border-color: rgb(146,86,0); }
td.TdClassName
{
border-color: #925600;
}
.TagClassName
{
border-color: #925600;
}
</style>