Shades of Golden Brown #99630B
Tints of Golden Brown #99630B
RGB
CMYK
RGB Variations
Color information
#99630B (or 0x99630B) is known color: Golden Brown. HEX triplet: 99, 63 and 0B. RGB value is (153,99,11). Sum of RGB (Red+Green+Blue) = 153+99+11=263 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.17% from 263); Green value is 99 (39.06% from 255 or 37.64% from 263); Blue value is 11 (4.69% from 255 or 4.18% from 263); Max value from RGB is 153 - color contains mainly: red. Hex color #99630B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99630B is #669CF4. Grayscale: #696969. Windows color (decimal): -6724853 or 746393. OLE color: 746393.
HSL color Cylindrical-coordinate representation of color #99630B: hue angle of 37.18º 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 #99630B is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 99 | 11 | - |
| CMYK | 0 | 0.35 | 0.93 | 0.4 |
| HSL | 37.18º | 0.87% | 0.32% | - |
| HSV(B) | 37.18º | 0.93% | 0.6% | - |
| XYZ | 17.66 | 15.72 | 2.42 | - |
| YUV | 105.11 | 74.89 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 99 | 11 | 0 | 0.35 | 0.93 | 0.4 | 37.18 | 0.87 | 0.32 |
| Hex | 99 | 63 | B | 0 | 23 | 5D | 28 | 25 | 57 | 20 |
| Octal | 231 | 143 | 13 | 0 | 43 | 135 | 50 | 45 | 127 | 40 |
| Binary | 10011001 | 1100011 | 1011 | 0 | 100011 | 1011101 | 101000 | 100101 | 1010111 | 100000 |
Color Harmonies of #99630B
Complementary color
Monochromatic Colors of #99630B
Black with #99630B
Text Example
Text Example
White with #99630B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99630B; }
p { color: rgb(153,99,11); }
H1.HeaderClassName
{
color: #99630B;
}
.AnyTagClassName
{
color: #99630B;
}
</style>
background-color css
<style>
a { background-color: #99630B; }
a { background-color: rgb(153,99,11); }
div.DivClassName
{
background-color: #99630B;
}
.BgClassName
{
background-color: #99630B;
}
</style>
border-color css
<style>
span { border-color: #99630B; }
span { border-color: rgb(153,99,11); }
td.TdClassName
{
border-color: #99630B;
}
.TagClassName
{
border-color: #99630B;
}
</style>