Shades of Golden Brown #996403
Tints of Golden Brown #996403
RGB
CMYK
RGB Variations
Color information
#996403 (or 0x996403) is known color: Golden Brown. HEX triplet: 99, 64 and 03. RGB value is (153,100,3). Sum of RGB (Red+Green+Blue) = 153+100+3=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 100 (39.45% from 255 or 39.06% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #996403 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996403 is #669BFC. Grayscale: #696969. Windows color (decimal): -6724605 or 222361. OLE color: 222361.
HSL color Cylindrical-coordinate representation of color #996403: hue angle of 38.8º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #996403 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 100 | 3 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.4 |
| HSL | 38.8º | 0.96% | 0.31% | - |
| HSV(B) | 38.8º | 0.98% | 0.6% | - |
| XYZ | 17.71 | 15.89 | 2.22 | - |
| YUV | 104.79 | 70.56 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 100 | 3 | 0 | 0.35 | 0.98 | 0.4 | 38.8 | 0.96 | 0.31 |
| Hex | 99 | 64 | 3 | 0 | 23 | 62 | 28 | 27 | 60 | 1F |
| Octal | 231 | 144 | 3 | 0 | 43 | 142 | 50 | 47 | 140 | 37 |
| Binary | 10011001 | 1100100 | 11 | 0 | 100011 | 1100010 | 101000 | 100111 | 1100000 | 11111 |
Color Harmonies of #996403
Complementary color
Monochromatic Colors of #996403
Black with #996403
Text Example
Text Example
White with #996403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996403; }
p { color: rgb(153,100,3); }
H1.HeaderClassName
{
color: #996403;
}
.AnyTagClassName
{
color: #996403;
}
</style>
background-color css
<style>
a { background-color: #996403; }
a { background-color: rgb(153,100,3); }
div.DivClassName
{
background-color: #996403;
}
.BgClassName
{
background-color: #996403;
}
</style>
border-color css
<style>
span { border-color: #996403; }
span { border-color: rgb(153,100,3); }
td.TdClassName
{
border-color: #996403;
}
.TagClassName
{
border-color: #996403;
}
</style>