Shades of Golden Brown #996418
Tints of Golden Brown #996418
RGB
CMYK
RGB Variations
Color information
#996418 (or 0x996418) is known color: Golden Brown. HEX triplet: 99, 64 and 18. RGB value is (153,100,24). Sum of RGB (Red+Green+Blue) = 153+100+24=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 24 (9.77% from 255 or 8.66% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #996418 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996418 is #669BE7. Grayscale: #6B6B6B. Windows color (decimal): -6724584 or 1598617. OLE color: 1598617.
HSL color Cylindrical-coordinate representation of color #996418: hue angle of 35.35º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #996418 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 100 | 24 | - |
| CMYK | 0 | 0.35 | 0.84 | 0.4 |
| HSL | 35.35º | 0.73% | 0.35% | - |
| HSV(B) | 35.35º | 0.84% | 0.6% | - |
| XYZ | 17.86 | 15.95 | 3 | - |
| YUV | 107.18 | 81.06 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 100 | 24 | 0 | 0.35 | 0.84 | 0.4 | 35.35 | 0.73 | 0.35 |
| Hex | 99 | 64 | 18 | 0 | 23 | 54 | 28 | 23 | 49 | 23 |
| Octal | 231 | 144 | 30 | 0 | 43 | 124 | 50 | 43 | 111 | 43 |
| Binary | 10011001 | 1100100 | 11000 | 0 | 100011 | 1010100 | 101000 | 100011 | 1001001 | 100011 |
Color Harmonies of #996418
Complementary color
Monochromatic Colors of #996418
Black with #996418
Text Example
Text Example
White with #996418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996418; }
p { color: rgb(153,100,24); }
H1.HeaderClassName
{
color: #996418;
}
.AnyTagClassName
{
color: #996418;
}
</style>
background-color css
<style>
a { background-color: #996418; }
a { background-color: rgb(153,100,24); }
div.DivClassName
{
background-color: #996418;
}
.BgClassName
{
background-color: #996418;
}
</style>
border-color css
<style>
span { border-color: #996418; }
span { border-color: rgb(153,100,24); }
td.TdClassName
{
border-color: #996418;
}
.TagClassName
{
border-color: #996418;
}
</style>