Shades of Golden Brown #96660B
Tints of Golden Brown #96660B
RGB
CMYK
RGB Variations
Color information
#96660B (or 0x96660B) is known color: Golden Brown. HEX triplet: 96, 66 and 0B. RGB value is (150,102,11). Sum of RGB (Red+Green+Blue) = 150+102+11=263 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.03% from 263); Green value is 102 (40.23% from 255 or 38.78% from 263); Blue value is 11 (4.69% from 255 or 4.18% from 263); Max value from RGB is 150 - color contains mainly: red. Hex color #96660B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96660B is #6999F4. Grayscale: #6A6A6A. Windows color (decimal): -6920693 or 747158. OLE color: 747158.
HSL color Cylindrical-coordinate representation of color #96660B: hue angle of 39.28º 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 #96660B is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 102 | 11 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.41 |
| HSL | 39.28º | 0.86% | 0.32% | - |
| HSV(B) | 39.28º | 0.93% | 0.59% | - |
| XYZ | 17.39 | 16.01 | 2.49 | - |
| YUV | 105.98 | 74.4 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 102 | 11 | 0 | 0.32 | 0.93 | 0.41 | 39.28 | 0.86 | 0.32 |
| Hex | 96 | 66 | B | 0 | 20 | 5D | 29 | 27 | 56 | 20 |
| Octal | 226 | 146 | 13 | 0 | 40 | 135 | 51 | 47 | 126 | 40 |
| Binary | 10010110 | 1100110 | 1011 | 0 | 100000 | 1011101 | 101001 | 100111 | 1010110 | 100000 |
Color Harmonies of #96660B
Complementary color
Monochromatic Colors of #96660B
Black with #96660B
Text Example
Text Example
White with #96660B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96660B; }
p { color: rgb(150,102,11); }
H1.HeaderClassName
{
color: #96660B;
}
.AnyTagClassName
{
color: #96660B;
}
</style>
background-color css
<style>
a { background-color: #96660B; }
a { background-color: rgb(150,102,11); }
div.DivClassName
{
background-color: #96660B;
}
.BgClassName
{
background-color: #96660B;
}
</style>
border-color css
<style>
span { border-color: #96660B; }
span { border-color: rgb(150,102,11); }
td.TdClassName
{
border-color: #96660B;
}
.TagClassName
{
border-color: #96660B;
}
</style>