Shades of Golden Brown #926D14
Tints of Golden Brown #926D14
RGB
CMYK
RGB Variations
Color information
#926D14 (or 0x926D14) is known color: Golden Brown. HEX triplet: 92, 6D and 14. RGB value is (146,109,20). Sum of RGB (Red+Green+Blue) = 146+109+20=275 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.09% from 275); Green value is 109 (42.97% from 255 or 39.64% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 146 - color contains mainly: red. Hex color #926D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926D14 is #6D92EB. Grayscale: #6E6E6E. Windows color (decimal): -7181036 or 1338770. OLE color: 1338770.
HSL color Cylindrical-coordinate representation of color #926D14: hue angle of 42.38º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #926D14 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 109 | 20 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.43 |
| HSL | 42.38º | 0.76% | 0.33% | - |
| HSV(B) | 42.38º | 0.86% | 0.57% | - |
| XYZ | 17.45 | 17.1 | 3.04 | - |
| YUV | 109.92 | 77.26 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 109 | 20 | 0 | 0.25 | 0.86 | 0.43 | 42.38 | 0.76 | 0.33 |
| Hex | 92 | 6D | 14 | 0 | 19 | 56 | 2B | 2A | 4C | 21 |
| Octal | 222 | 155 | 24 | 0 | 31 | 126 | 53 | 52 | 114 | 41 |
| Binary | 10010010 | 1101101 | 10100 | 0 | 11001 | 1010110 | 101011 | 101010 | 1001100 | 100001 |
Color Harmonies of #926D14
Complementary color
Monochromatic Colors of #926D14
Black with #926D14
Text Example
Text Example
White with #926D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926D14; }
p { color: rgb(146,109,20); }
H1.HeaderClassName
{
color: #926D14;
}
.AnyTagClassName
{
color: #926D14;
}
</style>
background-color css
<style>
a { background-color: #926D14; }
a { background-color: rgb(146,109,20); }
div.DivClassName
{
background-color: #926D14;
}
.BgClassName
{
background-color: #926D14;
}
</style>
border-color css
<style>
span { border-color: #926D14; }
span { border-color: rgb(146,109,20); }
td.TdClassName
{
border-color: #926D14;
}
.TagClassName
{
border-color: #926D14;
}
</style>