Shades of Golden Brown #99640B
Tints of Golden Brown #99640B
RGB
CMYK
RGB Variations
Color information
#99640B (or 0x99640B) is known color: Golden Brown. HEX triplet: 99, 64 and 0B. RGB value is (153,100,11). Sum of RGB (Red+Green+Blue) = 153+100+11=264 (34% of max value = 765). Red value is 153 (60.16% from 255 or 57.95% from 264); Green value is 100 (39.45% from 255 or 37.88% from 264); Blue value is 11 (4.69% from 255 or 4.17% from 264); Max value from RGB is 153 - color contains mainly: red. Hex color #99640B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99640B is #669BF4. Grayscale: #6A6A6A. Windows color (decimal): -6724597 or 746649. OLE color: 746649.
HSL color Cylindrical-coordinate representation of color #99640B: hue angle of 37.61º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #99640B is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 100 | 11 | - |
| CMYK | 0 | 0.35 | 0.93 | 0.4 |
| HSL | 37.61º | 0.87% | 0.32% | - |
| HSV(B) | 37.61º | 0.93% | 0.6% | - |
| XYZ | 17.75 | 15.91 | 2.45 | - |
| YUV | 105.7 | 74.56 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 100 | 11 | 0 | 0.35 | 0.93 | 0.4 | 37.61 | 0.87 | 0.32 |
| Hex | 99 | 64 | B | 0 | 23 | 5D | 28 | 26 | 57 | 20 |
| Octal | 231 | 144 | 13 | 0 | 43 | 135 | 50 | 46 | 127 | 40 |
| Binary | 10011001 | 1100100 | 1011 | 0 | 100011 | 1011101 | 101000 | 100110 | 1010111 | 100000 |
Color Harmonies of #99640B
Complementary color
Monochromatic Colors of #99640B
Black with #99640B
Text Example
Text Example
White with #99640B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99640B; }
p { color: rgb(153,100,11); }
H1.HeaderClassName
{
color: #99640B;
}
.AnyTagClassName
{
color: #99640B;
}
</style>
background-color css
<style>
a { background-color: #99640B; }
a { background-color: rgb(153,100,11); }
div.DivClassName
{
background-color: #99640B;
}
.BgClassName
{
background-color: #99640B;
}
</style>
border-color css
<style>
span { border-color: #99640B; }
span { border-color: rgb(153,100,11); }
td.TdClassName
{
border-color: #99640B;
}
.TagClassName
{
border-color: #99640B;
}
</style>