Shades of Golden Brown #926D05
Tints of Golden Brown #926D05
RGB
CMYK
RGB Variations
Color information
#926D05 (or 0x926D05) is known color: Golden Brown. HEX triplet: 92, 6D and 05. RGB value is (146,109,5). Sum of RGB (Red+Green+Blue) = 146+109+5=260 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.15% from 260); Green value is 109 (42.97% from 255 or 41.92% from 260); Blue value is 5 (2.34% from 255 or 1.92% from 260); Max value from RGB is 146 - color contains mainly: red. Hex color #926D05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926D05 is #6D92FA. Grayscale: #6C6C6C. Windows color (decimal): -7181051 or 355730. OLE color: 355730.
HSL color Cylindrical-coordinate representation of color #926D05: hue angle of 44.26º 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 #926D05 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 109 | 5 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.43 |
| HSL | 44.26º | 0.93% | 0.3% | - |
| HSV(B) | 44.26º | 0.97% | 0.57% | - |
| XYZ | 17.35 | 17.06 | 2.52 | - |
| YUV | 108.21 | 69.76 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 109 | 5 | 0 | 0.25 | 0.97 | 0.43 | 44.26 | 0.93 | 0.3 |
| Hex | 92 | 6D | 5 | 0 | 19 | 61 | 2B | 2C | 5D | 1E |
| Octal | 222 | 155 | 5 | 0 | 31 | 141 | 53 | 54 | 135 | 36 |
| Binary | 10010010 | 1101101 | 101 | 0 | 11001 | 1100001 | 101011 | 101100 | 1011101 | 11110 |
Color Harmonies of #926D05
Complementary color
Monochromatic Colors of #926D05
Black with #926D05
Text Example
Text Example
White with #926D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926D05; }
p { color: rgb(146,109,5); }
H1.HeaderClassName
{
color: #926D05;
}
.AnyTagClassName
{
color: #926D05;
}
</style>
background-color css
<style>
a { background-color: #926D05; }
a { background-color: rgb(146,109,5); }
div.DivClassName
{
background-color: #926D05;
}
.BgClassName
{
background-color: #926D05;
}
</style>
border-color css
<style>
span { border-color: #926D05; }
span { border-color: rgb(146,109,5); }
td.TdClassName
{
border-color: #926D05;
}
.TagClassName
{
border-color: #926D05;
}
</style>