Shades of Golden Brown #926C18
Tints of Golden Brown #926C18
RGB
CMYK
RGB Variations
Color information
#926C18 (or 0x926C18) is known color: Golden Brown. HEX triplet: 92, 6C and 18. RGB value is (146,108,24). Sum of RGB (Red+Green+Blue) = 146+108+24=278 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.52% from 278); Green value is 108 (42.58% from 255 or 38.85% from 278); Blue value is 24 (9.77% from 255 or 8.63% from 278); Max value from RGB is 146 - color contains mainly: red. Hex color #926C18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926C18 is #6D93E7. Grayscale: #6E6E6E. Windows color (decimal): -7181288 or 1600658. OLE color: 1600658.
HSL color Cylindrical-coordinate representation of color #926C18: hue angle of 41.31º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #926C18 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 108 | 24 | - |
| CMYK | 0 | 0.26 | 0.84 | 0.43 |
| HSL | 41.31º | 0.72% | 0.33% | - |
| HSV(B) | 41.31º | 0.84% | 0.57% | - |
| XYZ | 17.38 | 16.9 | 3.21 | - |
| YUV | 109.79 | 79.59 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 108 | 24 | 0 | 0.26 | 0.84 | 0.43 | 41.31 | 0.72 | 0.33 |
| Hex | 92 | 6C | 18 | 0 | 1A | 54 | 2B | 29 | 48 | 21 |
| Octal | 222 | 154 | 30 | 0 | 32 | 124 | 53 | 51 | 110 | 41 |
| Binary | 10010010 | 1101100 | 11000 | 0 | 11010 | 1010100 | 101011 | 101001 | 1001000 | 100001 |
Color Harmonies of #926C18
Complementary color
Monochromatic Colors of #926C18
Black with #926C18
Text Example
Text Example
White with #926C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926C18; }
p { color: rgb(146,108,24); }
H1.HeaderClassName
{
color: #926C18;
}
.AnyTagClassName
{
color: #926C18;
}
</style>
background-color css
<style>
a { background-color: #926C18; }
a { background-color: rgb(146,108,24); }
div.DivClassName
{
background-color: #926C18;
}
.BgClassName
{
background-color: #926C18;
}
</style>
border-color css
<style>
span { border-color: #926C18; }
span { border-color: rgb(146,108,24); }
td.TdClassName
{
border-color: #926C18;
}
.TagClassName
{
border-color: #926C18;
}
</style>