Shades of Golden Brown #996107
Tints of Golden Brown #996107
RGB
CMYK
RGB Variations
Color information
#996107 (or 0x996107) is known color: Golden Brown. HEX triplet: 99, 61 and 07. RGB value is (153,97,7). Sum of RGB (Red+Green+Blue) = 153+97+7=257 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.53% from 257); Green value is 97 (38.28% from 255 or 37.74% from 257); Blue value is 7 (3.12% from 255 or 2.72% from 257); Max value from RGB is 153 - color contains mainly: red. Hex color #996107 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996107 is #669EF8. Grayscale: #676767. Windows color (decimal): -6725369 or 483737. OLE color: 483737.
HSL color Cylindrical-coordinate representation of color #996107: hue angle of 36.99º 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 #996107 is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 97 | 7 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.4 |
| HSL | 36.99º | 0.91% | 0.31% | - |
| HSV(B) | 36.99º | 0.95% | 0.6% | - |
| XYZ | 17.45 | 15.34 | 2.24 | - |
| YUV | 103.48 | 73.55 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 97 | 7 | 0 | 0.37 | 0.95 | 0.4 | 36.99 | 0.91 | 0.31 |
| Hex | 99 | 61 | 7 | 0 | 25 | 5F | 28 | 25 | 5B | 1F |
| Octal | 231 | 141 | 7 | 0 | 45 | 137 | 50 | 45 | 133 | 37 |
| Binary | 10011001 | 1100001 | 111 | 0 | 100101 | 1011111 | 101000 | 100101 | 1011011 | 11111 |
Color Harmonies of #996107
Complementary color
Monochromatic Colors of #996107
Black with #996107
Text Example
Text Example
White with #996107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996107; }
p { color: rgb(153,97,7); }
H1.HeaderClassName
{
color: #996107;
}
.AnyTagClassName
{
color: #996107;
}
</style>
background-color css
<style>
a { background-color: #996107; }
a { background-color: rgb(153,97,7); }
div.DivClassName
{
background-color: #996107;
}
.BgClassName
{
background-color: #996107;
}
</style>
border-color css
<style>
span { border-color: #996107; }
span { border-color: rgb(153,97,7); }
td.TdClassName
{
border-color: #996107;
}
.TagClassName
{
border-color: #996107;
}
</style>