Shades of Golden Brown #996303
Tints of Golden Brown #996303
RGB
CMYK
RGB Variations
Color information
#996303 (or 0x996303) is known color: Golden Brown. HEX triplet: 99, 63 and 03. RGB value is (153,99,3). Sum of RGB (Red+Green+Blue) = 153+99+3=255 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 3 (1.56% from 255 or 1.18% from 255); Max value from RGB is 153 - color contains mainly: red. Hex color #996303 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996303 is #669CFC. Grayscale: #686868. Windows color (decimal): -6724861 or 222105. OLE color: 222105.
HSL color Cylindrical-coordinate representation of color #996303: hue angle of 38.4º 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 #996303 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 99 | 3 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.4 |
| HSL | 38.4º | 0.96% | 0.31% | - |
| HSV(B) | 38.4º | 0.98% | 0.6% | - |
| XYZ | 17.62 | 15.7 | 2.19 | - |
| YUV | 104.2 | 70.89 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 99 | 3 | 0 | 0.35 | 0.98 | 0.4 | 38.4 | 0.96 | 0.31 |
| Hex | 99 | 63 | 3 | 0 | 23 | 62 | 28 | 26 | 60 | 1F |
| Octal | 231 | 143 | 3 | 0 | 43 | 142 | 50 | 46 | 140 | 37 |
| Binary | 10011001 | 1100011 | 11 | 0 | 100011 | 1100010 | 101000 | 100110 | 1100000 | 11111 |
Color Harmonies of #996303
Complementary color
Monochromatic Colors of #996303
Black with #996303
Text Example
Text Example
White with #996303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996303; }
p { color: rgb(153,99,3); }
H1.HeaderClassName
{
color: #996303;
}
.AnyTagClassName
{
color: #996303;
}
</style>
background-color css
<style>
a { background-color: #996303; }
a { background-color: rgb(153,99,3); }
div.DivClassName
{
background-color: #996303;
}
.BgClassName
{
background-color: #996303;
}
</style>
border-color css
<style>
span { border-color: #996303; }
span { border-color: rgb(153,99,3); }
td.TdClassName
{
border-color: #996303;
}
.TagClassName
{
border-color: #996303;
}
</style>