Shades of Golden Brown #96630E
Tints of Golden Brown #96630E
RGB
CMYK
RGB Variations
Color information
#96630E (or 0x96630E) is known color: Golden Brown. HEX triplet: 96, 63 and 0E. RGB value is (150,99,14). Sum of RGB (Red+Green+Blue) = 150+99+14=263 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.03% from 263); Green value is 99 (39.06% from 255 or 37.64% from 263); Blue value is 14 (5.86% from 255 or 5.32% from 263); Max value from RGB is 150 - color contains mainly: red. Hex color #96630E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96630E is #699CF1. Grayscale: #686868. Windows color (decimal): -6921458 or 942998. OLE color: 942998.
HSL color Cylindrical-coordinate representation of color #96630E: hue angle of 37.5º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96630E is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 99 | 14 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.41 |
| HSL | 37.5º | 0.83% | 0.32% | - |
| HSV(B) | 37.5º | 0.91% | 0.59% | - |
| XYZ | 17.12 | 15.44 | 2.49 | - |
| YUV | 104.56 | 76.9 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 99 | 14 | 0 | 0.34 | 0.91 | 0.41 | 37.5 | 0.83 | 0.32 |
| Hex | 96 | 63 | E | 0 | 22 | 5B | 29 | 26 | 53 | 20 |
| Octal | 226 | 143 | 16 | 0 | 42 | 133 | 51 | 46 | 123 | 40 |
| Binary | 10010110 | 1100011 | 1110 | 0 | 100010 | 1011011 | 101001 | 100110 | 1010011 | 100000 |
Color Harmonies of #96630E
Complementary color
Monochromatic Colors of #96630E
Black with #96630E
Text Example
Text Example
White with #96630E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96630E; }
p { color: rgb(150,99,14); }
H1.HeaderClassName
{
color: #96630E;
}
.AnyTagClassName
{
color: #96630E;
}
</style>
background-color css
<style>
a { background-color: #96630E; }
a { background-color: rgb(150,99,14); }
div.DivClassName
{
background-color: #96630E;
}
.BgClassName
{
background-color: #96630E;
}
</style>
border-color css
<style>
span { border-color: #96630E; }
span { border-color: rgb(150,99,14); }
td.TdClassName
{
border-color: #96630E;
}
.TagClassName
{
border-color: #96630E;
}
</style>