Shades of Golden Brown #996102
Tints of Golden Brown #996102
RGB
CMYK
RGB Variations
Color information
#996102 (or 0x996102) is known color: Golden Brown. HEX triplet: 99, 61 and 02. RGB value is (153,97,2). Sum of RGB (Red+Green+Blue) = 153+97+2=252 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.71% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 153 - color contains mainly: red. Hex color #996102 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996102 is #669EFD. Grayscale: #676767. Windows color (decimal): -6725374 or 156057. OLE color: 156057.
HSL color Cylindrical-coordinate representation of color #996102: hue angle of 37.75º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #996102 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 97 | 2 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.4 |
| HSL | 37.75º | 0.97% | 0.3% | - |
| HSV(B) | 37.75º | 0.99% | 0.6% | - |
| XYZ | 17.42 | 15.33 | 2.1 | - |
| YUV | 102.91 | 71.05 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 97 | 2 | 0 | 0.37 | 0.99 | 0.4 | 37.75 | 0.97 | 0.3 |
| Hex | 99 | 61 | 2 | 0 | 25 | 63 | 28 | 26 | 61 | 1E |
| Octal | 231 | 141 | 2 | 0 | 45 | 143 | 50 | 46 | 141 | 36 |
| Binary | 10011001 | 1100001 | 10 | 0 | 100101 | 1100011 | 101000 | 100110 | 1100001 | 11110 |
Color Harmonies of #996102
Complementary color
Monochromatic Colors of #996102
Black with #996102
Text Example
Text Example
White with #996102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996102; }
p { color: rgb(153,97,2); }
H1.HeaderClassName
{
color: #996102;
}
.AnyTagClassName
{
color: #996102;
}
</style>
background-color css
<style>
a { background-color: #996102; }
a { background-color: rgb(153,97,2); }
div.DivClassName
{
background-color: #996102;
}
.BgClassName
{
background-color: #996102;
}
</style>
border-color css
<style>
span { border-color: #996102; }
span { border-color: rgb(153,97,2); }
td.TdClassName
{
border-color: #996102;
}
.TagClassName
{
border-color: #996102;
}
</style>