Shades of Golden Brown #926705
Tints of Golden Brown #926705
RGB
CMYK
RGB Variations
Color information
#926705 (or 0x926705) is known color: Golden Brown. HEX triplet: 92, 67 and 05. RGB value is (146,103,5). Sum of RGB (Red+Green+Blue) = 146+103+5=254 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.48% from 254); Green value is 103 (40.62% from 255 or 40.55% from 254); Blue value is 5 (2.34% from 255 or 1.97% from 254); Max value from RGB is 146 - color contains mainly: red. Hex color #926705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926705 is #6D98FA. Grayscale: #696969. Windows color (decimal): -7182587 or 354194. OLE color: 354194.
HSL color Cylindrical-coordinate representation of color #926705: hue angle of 41.7º 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 #926705 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 103 | 5 | - |
| CMYK | 0 | 0.29 | 0.97 | 0.43 |
| HSL | 41.7º | 0.93% | 0.3% | - |
| HSV(B) | 41.7º | 0.97% | 0.57% | - |
| XYZ | 16.73 | 15.82 | 2.32 | - |
| YUV | 104.69 | 71.75 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 103 | 5 | 0 | 0.29 | 0.97 | 0.43 | 41.7 | 0.93 | 0.3 |
| Hex | 92 | 67 | 5 | 0 | 1D | 61 | 2B | 2A | 5D | 1E |
| Octal | 222 | 147 | 5 | 0 | 35 | 141 | 53 | 52 | 135 | 36 |
| Binary | 10010010 | 1100111 | 101 | 0 | 11101 | 1100001 | 101011 | 101010 | 1011101 | 11110 |
Color Harmonies of #926705
Complementary color
Monochromatic Colors of #926705
Black with #926705
Text Example
Text Example
White with #926705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926705; }
p { color: rgb(146,103,5); }
H1.HeaderClassName
{
color: #926705;
}
.AnyTagClassName
{
color: #926705;
}
</style>
background-color css
<style>
a { background-color: #926705; }
a { background-color: rgb(146,103,5); }
div.DivClassName
{
background-color: #926705;
}
.BgClassName
{
background-color: #926705;
}
</style>
border-color css
<style>
span { border-color: #926705; }
span { border-color: rgb(146,103,5); }
td.TdClassName
{
border-color: #926705;
}
.TagClassName
{
border-color: #926705;
}
</style>