Shades of Golden Brown #996405
Tints of Golden Brown #996405
RGB
CMYK
RGB Variations
Color information
#996405 (or 0x996405) is known color: Golden Brown. HEX triplet: 99, 64 and 05. RGB value is (153,100,5). Sum of RGB (Red+Green+Blue) = 153+100+5=258 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.30% from 258); Green value is 100 (39.45% from 255 or 38.76% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 153 - color contains mainly: red. Hex color #996405 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996405 is #669BFA. Grayscale: #696969. Windows color (decimal): -6724603 or 353433. OLE color: 353433.
HSL color Cylindrical-coordinate representation of color #996405: hue angle of 38.51º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #996405 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 100 | 5 | - |
| CMYK | 0 | 0.35 | 0.97 | 0.4 |
| HSL | 38.51º | 0.94% | 0.31% | - |
| HSV(B) | 38.51º | 0.97% | 0.6% | - |
| XYZ | 17.72 | 15.9 | 2.28 | - |
| YUV | 105.02 | 71.56 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 100 | 5 | 0 | 0.35 | 0.97 | 0.4 | 38.51 | 0.94 | 0.31 |
| Hex | 99 | 64 | 5 | 0 | 23 | 61 | 28 | 27 | 5E | 1F |
| Octal | 231 | 144 | 5 | 0 | 43 | 141 | 50 | 47 | 136 | 37 |
| Binary | 10011001 | 1100100 | 101 | 0 | 100011 | 1100001 | 101000 | 100111 | 1011110 | 11111 |
Color Harmonies of #996405
Complementary color
Monochromatic Colors of #996405
Black with #996405
Text Example
Text Example
White with #996405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996405; }
p { color: rgb(153,100,5); }
H1.HeaderClassName
{
color: #996405;
}
.AnyTagClassName
{
color: #996405;
}
</style>
background-color css
<style>
a { background-color: #996405; }
a { background-color: rgb(153,100,5); }
div.DivClassName
{
background-color: #996405;
}
.BgClassName
{
background-color: #996405;
}
</style>
border-color css
<style>
span { border-color: #996405; }
span { border-color: rgb(153,100,5); }
td.TdClassName
{
border-color: #996405;
}
.TagClassName
{
border-color: #996405;
}
</style>