Shades of Golden Brown #926D16
Tints of Golden Brown #926D16
RGB
CMYK
RGB Variations
Color information
#926D16 (or 0x926D16) is known color: Golden Brown. HEX triplet: 92, 6D and 16. RGB value is (146,109,22). Sum of RGB (Red+Green+Blue) = 146+109+22=277 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.71% from 277); Green value is 109 (42.97% from 255 or 39.35% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 146 - color contains mainly: red. Hex color #926D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926D16 is #6D92E9. Grayscale: #6E6E6E. Windows color (decimal): -7181034 or 1469842. OLE color: 1469842.
HSL color Cylindrical-coordinate representation of color #926D16: hue angle of 42.1º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #926D16 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 109 | 22 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.43 |
| HSL | 42.1º | 0.74% | 0.33% | - |
| HSV(B) | 42.1º | 0.85% | 0.57% | - |
| XYZ | 17.47 | 17.11 | 3.14 | - |
| YUV | 110.15 | 78.26 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 109 | 22 | 0 | 0.25 | 0.85 | 0.43 | 42.1 | 0.74 | 0.33 |
| Hex | 92 | 6D | 16 | 0 | 19 | 55 | 2B | 2A | 4A | 21 |
| Octal | 222 | 155 | 26 | 0 | 31 | 125 | 53 | 52 | 112 | 41 |
| Binary | 10010010 | 1101101 | 10110 | 0 | 11001 | 1010101 | 101011 | 101010 | 1001010 | 100001 |
Color Harmonies of #926D16
Complementary color
Monochromatic Colors of #926D16
Black with #926D16
Text Example
Text Example
White with #926D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926D16; }
p { color: rgb(146,109,22); }
H1.HeaderClassName
{
color: #926D16;
}
.AnyTagClassName
{
color: #926D16;
}
</style>
background-color css
<style>
a { background-color: #926D16; }
a { background-color: rgb(146,109,22); }
div.DivClassName
{
background-color: #926D16;
}
.BgClassName
{
background-color: #926D16;
}
</style>
border-color css
<style>
span { border-color: #926D16; }
span { border-color: rgb(146,109,22); }
td.TdClassName
{
border-color: #926D16;
}
.TagClassName
{
border-color: #926D16;
}
</style>