Shades of Golden Brown #926A16
Tints of Golden Brown #926A16
RGB
CMYK
RGB Variations
Color information
#926A16 (or 0x926A16) is known color: Golden Brown. HEX triplet: 92, 6A and 16. RGB value is (146,106,22). Sum of RGB (Red+Green+Blue) = 146+106+22=274 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.28% from 274); Green value is 106 (41.80% from 255 or 38.69% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 146 - color contains mainly: red. Hex color #926A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926A16 is #6D95E9. Grayscale: #6C6C6C. Windows color (decimal): -7181802 or 1469074. OLE color: 1469074.
HSL color Cylindrical-coordinate representation of color #926A16: hue angle of 40.65º 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 #926A16 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 106 | 22 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.43 |
| HSL | 40.65º | 0.74% | 0.33% | - |
| HSV(B) | 40.65º | 0.85% | 0.57% | - |
| XYZ | 17.15 | 16.48 | 3.04 | - |
| YUV | 108.38 | 79.25 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 106 | 22 | 0 | 0.27 | 0.85 | 0.43 | 40.65 | 0.74 | 0.33 |
| Hex | 92 | 6A | 16 | 0 | 1B | 55 | 2B | 29 | 4A | 21 |
| Octal | 222 | 152 | 26 | 0 | 33 | 125 | 53 | 51 | 112 | 41 |
| Binary | 10010010 | 1101010 | 10110 | 0 | 11011 | 1010101 | 101011 | 101001 | 1001010 | 100001 |
Color Harmonies of #926A16
Complementary color
Monochromatic Colors of #926A16
Black with #926A16
Text Example
Text Example
White with #926A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926A16; }
p { color: rgb(146,106,22); }
H1.HeaderClassName
{
color: #926A16;
}
.AnyTagClassName
{
color: #926A16;
}
</style>
background-color css
<style>
a { background-color: #926A16; }
a { background-color: rgb(146,106,22); }
div.DivClassName
{
background-color: #926A16;
}
.BgClassName
{
background-color: #926A16;
}
</style>
border-color css
<style>
span { border-color: #926A16; }
span { border-color: rgb(146,106,22); }
td.TdClassName
{
border-color: #926A16;
}
.TagClassName
{
border-color: #926A16;
}
</style>