Shades of Golden Brown #96680B
Tints of Golden Brown #96680B
RGB
CMYK
RGB Variations
Color information
#96680B (or 0x96680B) is known color: Golden Brown. HEX triplet: 96, 68 and 0B. RGB value is (150,104,11). Sum of RGB (Red+Green+Blue) = 150+104+11=265 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.60% from 265); Green value is 104 (41.02% from 255 or 39.25% from 265); Blue value is 11 (4.69% from 255 or 4.15% from 265); Max value from RGB is 150 - color contains mainly: red. Hex color #96680B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96680B is #6997F4. Grayscale: #6B6B6B. Windows color (decimal): -6920181 or 747670. OLE color: 747670.
HSL color Cylindrical-coordinate representation of color #96680B: hue angle of 40.14º 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 #96680B is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 104 | 11 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.41 |
| HSL | 40.14º | 0.86% | 0.32% | - |
| HSV(B) | 40.14º | 0.93% | 0.59% | - |
| XYZ | 17.59 | 16.41 | 2.56 | - |
| YUV | 107.15 | 73.74 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 104 | 11 | 0 | 0.31 | 0.93 | 0.41 | 40.14 | 0.86 | 0.32 |
| Hex | 96 | 68 | B | 0 | 1F | 5D | 29 | 28 | 56 | 20 |
| Octal | 226 | 150 | 13 | 0 | 37 | 135 | 51 | 50 | 126 | 40 |
| Binary | 10010110 | 1101000 | 1011 | 0 | 11111 | 1011101 | 101001 | 101000 | 1010110 | 100000 |
Color Harmonies of #96680B
Complementary color
Monochromatic Colors of #96680B
Black with #96680B
Text Example
Text Example
White with #96680B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96680B; }
p { color: rgb(150,104,11); }
H1.HeaderClassName
{
color: #96680B;
}
.AnyTagClassName
{
color: #96680B;
}
</style>
background-color css
<style>
a { background-color: #96680B; }
a { background-color: rgb(150,104,11); }
div.DivClassName
{
background-color: #96680B;
}
.BgClassName
{
background-color: #96680B;
}
</style>
border-color css
<style>
span { border-color: #96680B; }
span { border-color: rgb(150,104,11); }
td.TdClassName
{
border-color: #96680B;
}
.TagClassName
{
border-color: #96680B;
}
</style>