Shades of Golden Brown #916E18
Tints of Golden Brown #916E18
RGB
CMYK
RGB Variations
Color information
#916E18 (or 0x916E18) is known color: Golden Brown. HEX triplet: 91, 6E and 18. RGB value is (145,110,24). Sum of RGB (Red+Green+Blue) = 145+110+24=279 (36% of max value = 765). Red value is 145 (57.03% from 255 or 51.97% from 279); Green value is 110 (43.36% from 255 or 39.43% from 279); Blue value is 24 (9.77% from 255 or 8.60% from 279); Max value from RGB is 145 - color contains mainly: red. Hex color #916E18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916E18 is #6E91E7. Grayscale: #6F6F6F. Windows color (decimal): -7246312 or 1601169. OLE color: 1601169.
HSL color Cylindrical-coordinate representation of color #916E18: hue angle of 42.64º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #916E18 is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 110 | 24 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.43 |
| HSL | 42.64º | 0.72% | 0.33% | - |
| HSV(B) | 42.64º | 0.83% | 0.57% | - |
| XYZ | 17.42 | 17.24 | 3.27 | - |
| YUV | 110.66 | 79.1 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 110 | 24 | 0 | 0.24 | 0.83 | 0.43 | 42.64 | 0.72 | 0.33 |
| Hex | 91 | 6E | 18 | 0 | 18 | 53 | 2B | 2B | 48 | 21 |
| Octal | 221 | 156 | 30 | 0 | 30 | 123 | 53 | 53 | 110 | 41 |
| Binary | 10010001 | 1101110 | 11000 | 0 | 11000 | 1010011 | 101011 | 101011 | 1001000 | 100001 |
Color Harmonies of #916E18
Complementary color
Monochromatic Colors of #916E18
Black with #916E18
Text Example
Text Example
White with #916E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916E18; }
p { color: rgb(145,110,24); }
H1.HeaderClassName
{
color: #916E18;
}
.AnyTagClassName
{
color: #916E18;
}
</style>
background-color css
<style>
a { background-color: #916E18; }
a { background-color: rgb(145,110,24); }
div.DivClassName
{
background-color: #916E18;
}
.BgClassName
{
background-color: #916E18;
}
</style>
border-color css
<style>
span { border-color: #916E18; }
span { border-color: rgb(145,110,24); }
td.TdClassName
{
border-color: #916E18;
}
.TagClassName
{
border-color: #916E18;
}
</style>