Shades of Golden Brown #996307
Tints of Golden Brown #996307
RGB
CMYK
RGB Variations
Color information
#996307 (or 0x996307) is known color: Golden Brown. HEX triplet: 99, 63 and 07. RGB value is (153,99,7). Sum of RGB (Red+Green+Blue) = 153+99+7=259 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.07% from 259); Green value is 99 (39.06% from 255 or 38.22% from 259); Blue value is 7 (3.12% from 255 or 2.70% from 259); Max value from RGB is 153 - color contains mainly: red. Hex color #996307 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996307 is #669CF8. Grayscale: #696969. Windows color (decimal): -6724857 or 484249. OLE color: 484249.
HSL color Cylindrical-coordinate representation of color #996307: hue angle of 37.81º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #996307 is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 99 | 7 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.4 |
| HSL | 37.81º | 0.91% | 0.31% | - |
| HSV(B) | 37.81º | 0.95% | 0.6% | - |
| XYZ | 17.64 | 15.71 | 2.3 | - |
| YUV | 104.66 | 72.89 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 99 | 7 | 0 | 0.35 | 0.95 | 0.4 | 37.81 | 0.91 | 0.31 |
| Hex | 99 | 63 | 7 | 0 | 23 | 5F | 28 | 26 | 5B | 1F |
| Octal | 231 | 143 | 7 | 0 | 43 | 137 | 50 | 46 | 133 | 37 |
| Binary | 10011001 | 1100011 | 111 | 0 | 100011 | 1011111 | 101000 | 100110 | 1011011 | 11111 |
Color Harmonies of #996307
Complementary color
Monochromatic Colors of #996307
Black with #996307
Text Example
Text Example
White with #996307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996307; }
p { color: rgb(153,99,7); }
H1.HeaderClassName
{
color: #996307;
}
.AnyTagClassName
{
color: #996307;
}
</style>
background-color css
<style>
a { background-color: #996307; }
a { background-color: rgb(153,99,7); }
div.DivClassName
{
background-color: #996307;
}
.BgClassName
{
background-color: #996307;
}
</style>
border-color css
<style>
span { border-color: #996307; }
span { border-color: rgb(153,99,7); }
td.TdClassName
{
border-color: #996307;
}
.TagClassName
{
border-color: #996307;
}
</style>