Shades of Golden Brown #926C19
Tints of Golden Brown #926C19
RGB
CMYK
RGB Variations
Color information
#926C19 (or 0x926C19) is known color: Golden Brown. HEX triplet: 92, 6C and 19. RGB value is (146,108,25). Sum of RGB (Red+Green+Blue) = 146+108+25=279 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.33% from 279); Green value is 108 (42.58% from 255 or 38.71% from 279); Blue value is 25 (10.16% from 255 or 8.96% from 279); Max value from RGB is 146 - color contains mainly: red. Hex color #926C19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926C19 is #6D93E6. Grayscale: #6E6E6E. Windows color (decimal): -7181287 or 1666194. OLE color: 1666194.
HSL color Cylindrical-coordinate representation of color #926C19: hue angle of 41.16º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #926C19 is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 108 | 25 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.43 |
| HSL | 41.16º | 0.71% | 0.34% | - |
| HSV(B) | 41.16º | 0.83% | 0.57% | - |
| XYZ | 17.39 | 16.91 | 3.27 | - |
| YUV | 109.9 | 80.09 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 108 | 25 | 0 | 0.26 | 0.83 | 0.43 | 41.16 | 0.71 | 0.34 |
| Hex | 92 | 6C | 19 | 0 | 1A | 53 | 2B | 29 | 47 | 22 |
| Octal | 222 | 154 | 31 | 0 | 32 | 123 | 53 | 51 | 107 | 42 |
| Binary | 10010010 | 1101100 | 11001 | 0 | 11010 | 1010011 | 101011 | 101001 | 1000111 | 100010 |
Color Harmonies of #926C19
Complementary color
Monochromatic Colors of #926C19
Black with #926C19
Text Example
Text Example
White with #926C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926C19; }
p { color: rgb(146,108,25); }
H1.HeaderClassName
{
color: #926C19;
}
.AnyTagClassName
{
color: #926C19;
}
</style>
background-color css
<style>
a { background-color: #926C19; }
a { background-color: rgb(146,108,25); }
div.DivClassName
{
background-color: #926C19;
}
.BgClassName
{
background-color: #926C19;
}
</style>
border-color css
<style>
span { border-color: #926C19; }
span { border-color: rgb(146,108,25); }
td.TdClassName
{
border-color: #926C19;
}
.TagClassName
{
border-color: #926C19;
}
</style>