Shades of Golden Brown #995B00
Tints of Golden Brown #995B00
RGB
CMYK
RGB Variations
Color information
#995B00 (or 0x995B00) is known color: Golden Brown. HEX triplet: 99, 5B and 00. RGB value is (153,91,0). Sum of RGB (Red+Green+Blue) = 153+91+0=244 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.70% from 244); Green value is 91 (35.94% from 255 or 37.30% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 153 - color contains mainly: red. Hex color #995B00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995B00 is #66A4FF. Grayscale: #636363. Windows color (decimal): -6726912 or 23449. OLE color: 23449.
HSL color Cylindrical-coordinate representation of color #995B00: hue angle of 35.69º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #995B00 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 91 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.4 |
| HSL | 35.69º | 1% | 0.3% | - |
| HSV(B) | 35.69º | 1% | 0.6% | - |
| XYZ | 16.88 | 14.25 | 1.86 | - |
| YUV | 99.16 | 72.04 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 91 | 0 | 0 | 0.41 | 1 | 0.4 | 35.69 | 1 | 0.3 |
| Hex | 99 | 5B | 0 | 0 | 29 | 64 | 28 | 24 | 64 | 1E |
| Octal | 231 | 133 | 0 | 0 | 51 | 144 | 50 | 44 | 144 | 36 |
| Binary | 10011001 | 1011011 | 0 | 0 | 101001 | 1100100 | 101000 | 100100 | 1100100 | 11110 |
Color Harmonies of #995B00
Complementary color
Monochromatic Colors of #995B00
Black with #995B00
Text Example
Text Example
White with #995B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995B00; }
p { color: rgb(153,91,0); }
H1.HeaderClassName
{
color: #995B00;
}
.AnyTagClassName
{
color: #995B00;
}
</style>
background-color css
<style>
a { background-color: #995B00; }
a { background-color: rgb(153,91,0); }
div.DivClassName
{
background-color: #995B00;
}
.BgClassName
{
background-color: #995B00;
}
</style>
border-color css
<style>
span { border-color: #995B00; }
span { border-color: rgb(153,91,0); }
td.TdClassName
{
border-color: #995B00;
}
.TagClassName
{
border-color: #995B00;
}
</style>