Shades of Golden Brown #96630B
Tints of Golden Brown #96630B
RGB
CMYK
RGB Variations
Color information
#96630B (or 0x96630B) is known color: Golden Brown. HEX triplet: 96, 63 and 0B. RGB value is (150,99,11). Sum of RGB (Red+Green+Blue) = 150+99+11=260 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.69% from 260); Green value is 99 (39.06% from 255 or 38.08% from 260); Blue value is 11 (4.69% from 255 or 4.23% from 260); Max value from RGB is 150 - color contains mainly: red. Hex color #96630B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96630B is #699CF4. Grayscale: #686868. Windows color (decimal): -6921461 or 746390. OLE color: 746390.
HSL color Cylindrical-coordinate representation of color #96630B: hue angle of 37.99º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96630B is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 99 | 11 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.41 |
| HSL | 37.99º | 0.86% | 0.32% | - |
| HSV(B) | 37.99º | 0.93% | 0.59% | - |
| XYZ | 17.1 | 15.43 | 2.39 | - |
| YUV | 104.22 | 75.4 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 99 | 11 | 0 | 0.34 | 0.93 | 0.41 | 37.99 | 0.86 | 0.32 |
| Hex | 96 | 63 | B | 0 | 22 | 5D | 29 | 26 | 56 | 20 |
| Octal | 226 | 143 | 13 | 0 | 42 | 135 | 51 | 46 | 126 | 40 |
| Binary | 10010110 | 1100011 | 1011 | 0 | 100010 | 1011101 | 101001 | 100110 | 1010110 | 100000 |
Color Harmonies of #96630B
Complementary color
Monochromatic Colors of #96630B
Black with #96630B
Text Example
Text Example
White with #96630B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96630B; }
p { color: rgb(150,99,11); }
H1.HeaderClassName
{
color: #96630B;
}
.AnyTagClassName
{
color: #96630B;
}
</style>
background-color css
<style>
a { background-color: #96630B; }
a { background-color: rgb(150,99,11); }
div.DivClassName
{
background-color: #96630B;
}
.BgClassName
{
background-color: #96630B;
}
</style>
border-color css
<style>
span { border-color: #96630B; }
span { border-color: rgb(150,99,11); }
td.TdClassName
{
border-color: #96630B;
}
.TagClassName
{
border-color: #96630B;
}
</style>