Shades of Golden Brown #966008
Tints of Golden Brown #966008
RGB
CMYK
RGB Variations
Color information
#966008 (or 0x966008) is known color: Golden Brown. HEX triplet: 96, 60 and 08. RGB value is (150,96,8). Sum of RGB (Red+Green+Blue) = 150+96+8=254 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.06% from 254); Green value is 96 (37.89% from 255 or 37.80% from 254); Blue value is 8 (3.52% from 255 or 3.15% from 254); Max value from RGB is 150 - color contains mainly: red. Hex color #966008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966008 is #699FF7. Grayscale: #666666. Windows color (decimal): -6922232 or 549014. OLE color: 549014.
HSL color Cylindrical-coordinate representation of color #966008: hue angle of 37.18º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #966008 is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 96 | 8 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.41 |
| HSL | 37.18º | 0.9% | 0.31% | - |
| HSV(B) | 37.18º | 0.95% | 0.59% | - |
| XYZ | 16.8 | 14.87 | 2.21 | - |
| YUV | 102.11 | 74.89 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 96 | 8 | 0 | 0.36 | 0.95 | 0.41 | 37.18 | 0.9 | 0.31 |
| Hex | 96 | 60 | 8 | 0 | 24 | 5F | 29 | 25 | 5A | 1F |
| Octal | 226 | 140 | 10 | 0 | 44 | 137 | 51 | 45 | 132 | 37 |
| Binary | 10010110 | 1100000 | 1000 | 0 | 100100 | 1011111 | 101001 | 100101 | 1011010 | 11111 |
Color Harmonies of #966008
Complementary color
Monochromatic Colors of #966008
Black with #966008
Text Example
Text Example
White with #966008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966008; }
p { color: rgb(150,96,8); }
H1.HeaderClassName
{
color: #966008;
}
.AnyTagClassName
{
color: #966008;
}
</style>
background-color css
<style>
a { background-color: #966008; }
a { background-color: rgb(150,96,8); }
div.DivClassName
{
background-color: #966008;
}
.BgClassName
{
background-color: #966008;
}
</style>
border-color css
<style>
span { border-color: #966008; }
span { border-color: rgb(150,96,8); }
td.TdClassName
{
border-color: #966008;
}
.TagClassName
{
border-color: #966008;
}
</style>