Shades of Golden Brown #926B12
Tints of Golden Brown #926B12
RGB
CMYK
RGB Variations
Color information
#926B12 (or 0x926B12) is known color: Golden Brown. HEX triplet: 92, 6B and 12. RGB value is (146,107,18). Sum of RGB (Red+Green+Blue) = 146+107+18=271 (35% of max value = 765). Red value is 146 (57.42% from 255 or 53.87% from 271); Green value is 107 (42.19% from 255 or 39.48% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 146 - color contains mainly: red. Hex color #926B12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926B12 is #6D94ED. Grayscale: #6C6C6C. Windows color (decimal): -7181550 or 1207186. OLE color: 1207186.
HSL color Cylindrical-coordinate representation of color #926B12: hue angle of 41.72º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #926B12 is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 107 | 18 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.43 |
| HSL | 41.72º | 0.78% | 0.32% | - |
| HSV(B) | 41.72º | 0.88% | 0.57% | - |
| XYZ | 17.22 | 16.67 | 2.88 | - |
| YUV | 108.52 | 76.92 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 107 | 18 | 0 | 0.27 | 0.88 | 0.43 | 41.72 | 0.78 | 0.32 |
| Hex | 92 | 6B | 12 | 0 | 1B | 58 | 2B | 2A | 4E | 20 |
| Octal | 222 | 153 | 22 | 0 | 33 | 130 | 53 | 52 | 116 | 40 |
| Binary | 10010010 | 1101011 | 10010 | 0 | 11011 | 1011000 | 101011 | 101010 | 1001110 | 100000 |
Color Harmonies of #926B12
Complementary color
Monochromatic Colors of #926B12
Black with #926B12
Text Example
Text Example
White with #926B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926B12; }
p { color: rgb(146,107,18); }
H1.HeaderClassName
{
color: #926B12;
}
.AnyTagClassName
{
color: #926B12;
}
</style>
background-color css
<style>
a { background-color: #926B12; }
a { background-color: rgb(146,107,18); }
div.DivClassName
{
background-color: #926B12;
}
.BgClassName
{
background-color: #926B12;
}
</style>
border-color css
<style>
span { border-color: #926B12; }
span { border-color: rgb(146,107,18); }
td.TdClassName
{
border-color: #926B12;
}
.TagClassName
{
border-color: #926B12;
}
</style>