Shades of Golden Brown #926D0B
Tints of Golden Brown #926D0B
RGB
CMYK
RGB Variations
Color information
#926D0B (or 0x926D0B) is known color: Golden Brown. HEX triplet: 92, 6D and 0B. RGB value is (146,109,11). Sum of RGB (Red+Green+Blue) = 146+109+11=266 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.89% from 266); Green value is 109 (42.97% from 255 or 40.98% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 146 - color contains mainly: red. Hex color #926D0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926D0B is #6D92F4. Grayscale: #6D6D6D. Windows color (decimal): -7181045 or 748946. OLE color: 748946.
HSL color Cylindrical-coordinate representation of color #926D0B: hue angle of 43.56º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #926D0B is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 109 | 11 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.43 |
| HSL | 43.56º | 0.86% | 0.31% | - |
| HSV(B) | 43.56º | 0.92% | 0.57% | - |
| XYZ | 17.38 | 17.07 | 2.7 | - |
| YUV | 108.89 | 72.76 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 109 | 11 | 0 | 0.25 | 0.92 | 0.43 | 43.56 | 0.86 | 0.31 |
| Hex | 92 | 6D | B | 0 | 19 | 5C | 2B | 2C | 56 | 1F |
| Octal | 222 | 155 | 13 | 0 | 31 | 134 | 53 | 54 | 126 | 37 |
| Binary | 10010010 | 1101101 | 1011 | 0 | 11001 | 1011100 | 101011 | 101100 | 1010110 | 11111 |
Color Harmonies of #926D0B
Complementary color
Monochromatic Colors of #926D0B
Black with #926D0B
Text Example
Text Example
White with #926D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926D0B; }
p { color: rgb(146,109,11); }
H1.HeaderClassName
{
color: #926D0B;
}
.AnyTagClassName
{
color: #926D0B;
}
</style>
background-color css
<style>
a { background-color: #926D0B; }
a { background-color: rgb(146,109,11); }
div.DivClassName
{
background-color: #926D0B;
}
.BgClassName
{
background-color: #926D0B;
}
</style>
border-color css
<style>
span { border-color: #926D0B; }
span { border-color: rgb(146,109,11); }
td.TdClassName
{
border-color: #926D0B;
}
.TagClassName
{
border-color: #926D0B;
}
</style>