Shades of Golden Brown #926F0E
Tints of Golden Brown #926F0E
RGB
CMYK
RGB Variations
Color information
#926F0E (or 0x926F0E) is known color: Golden Brown. HEX triplet: 92, 6F and 0E. RGB value is (146,111,14). Sum of RGB (Red+Green+Blue) = 146+111+14=271 (35% of max value = 765). Red value is 146 (57.42% from 255 or 53.87% from 271); Green value is 111 (43.75% from 255 or 40.96% from 271); Blue value is 14 (5.86% from 255 or 5.17% from 271); Max value from RGB is 146 - color contains mainly: red. Hex color #926F0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926F0E is #6D90F1. Grayscale: #6E6E6E. Windows color (decimal): -7180530 or 946066. OLE color: 946066.
HSL color Cylindrical-coordinate representation of color #926F0E: hue angle of 44.09º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #926F0E is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 111 | 14 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.43 |
| HSL | 44.09º | 0.83% | 0.31% | - |
| HSV(B) | 44.09º | 0.9% | 0.57% | - |
| XYZ | 17.62 | 17.51 | 2.87 | - |
| YUV | 110.41 | 73.6 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 111 | 14 | 0 | 0.24 | 0.90 | 0.43 | 44.09 | 0.83 | 0.31 |
| Hex | 92 | 6F | E | 0 | 18 | 5A | 2B | 2C | 52 | 1F |
| Octal | 222 | 157 | 16 | 0 | 30 | 132 | 53 | 54 | 122 | 37 |
| Binary | 10010010 | 1101111 | 1110 | 0 | 11000 | 1011010 | 101011 | 101100 | 1010010 | 11111 |
Color Harmonies of #926F0E
Complementary color
Monochromatic Colors of #926F0E
Black with #926F0E
Text Example
Text Example
White with #926F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926F0E; }
p { color: rgb(146,111,14); }
H1.HeaderClassName
{
color: #926F0E;
}
.AnyTagClassName
{
color: #926F0E;
}
</style>
background-color css
<style>
a { background-color: #926F0E; }
a { background-color: rgb(146,111,14); }
div.DivClassName
{
background-color: #926F0E;
}
.BgClassName
{
background-color: #926F0E;
}
</style>
border-color css
<style>
span { border-color: #926F0E; }
span { border-color: rgb(146,111,14); }
td.TdClassName
{
border-color: #926F0E;
}
.TagClassName
{
border-color: #926F0E;
}
</style>