Shades of Golden Brown #925607
Tints of Golden Brown #925607
RGB
CMYK
RGB Variations
Color information
#925607 (or 0x925607) is known color: Golden Brown. HEX triplet: 92, 56 and 07. RGB value is (146,86,7). Sum of RGB (Red+Green+Blue) = 146+86+7=239 (31% of max value = 765). Red value is 146 (57.42% from 255 or 61.09% from 239); Green value is 86 (33.98% from 255 or 35.98% from 239); Blue value is 7 (3.12% from 255 or 2.93% from 239); Max value from RGB is 146 - color contains mainly: red. Hex color #925607 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925607 is #6DA9F8. Grayscale: #5F5F5F. Windows color (decimal): -7186937 or 480914. OLE color: 480914.
HSL color Cylindrical-coordinate representation of color #925607: hue angle of 34.1º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #925607 is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 86 | 7 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.43 |
| HSL | 34.1º | 0.91% | 0.3% | - |
| HSV(B) | 34.1º | 0.95% | 0.57% | - |
| XYZ | 15.22 | 12.78 | 1.87 | - |
| YUV | 94.93 | 78.38 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 86 | 7 | 0 | 0.41 | 0.95 | 0.43 | 34.1 | 0.91 | 0.3 |
| Hex | 92 | 56 | 7 | 0 | 29 | 5F | 2B | 22 | 5B | 1E |
| Octal | 222 | 126 | 7 | 0 | 51 | 137 | 53 | 42 | 133 | 36 |
| Binary | 10010010 | 1010110 | 111 | 0 | 101001 | 1011111 | 101011 | 100010 | 1011011 | 11110 |
Color Harmonies of #925607
Complementary color
Monochromatic Colors of #925607
Black with #925607
Text Example
Text Example
White with #925607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925607; }
p { color: rgb(146,86,7); }
H1.HeaderClassName
{
color: #925607;
}
.AnyTagClassName
{
color: #925607;
}
</style>
background-color css
<style>
a { background-color: #925607; }
a { background-color: rgb(146,86,7); }
div.DivClassName
{
background-color: #925607;
}
.BgClassName
{
background-color: #925607;
}
</style>
border-color css
<style>
span { border-color: #925607; }
span { border-color: rgb(146,86,7); }
td.TdClassName
{
border-color: #925607;
}
.TagClassName
{
border-color: #925607;
}
</style>