Shades of Golden Brown #966908
Tints of Golden Brown #966908
RGB
CMYK
RGB Variations
Color information
#966908 (or 0x966908) is known color: Golden Brown. HEX triplet: 96, 69 and 08. RGB value is (150,105,8). Sum of RGB (Red+Green+Blue) = 150+105+8=263 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.03% from 263); Green value is 105 (41.41% from 255 or 39.92% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 150 - color contains mainly: red. Hex color #966908 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966908 is #6996F7. Grayscale: #6B6B6B. Windows color (decimal): -6919928 or 551318. OLE color: 551318.
HSL color Cylindrical-coordinate representation of color #966908: hue angle of 40.99º 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 #966908 is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 105 | 8 | - |
| CMYK | 0 | 0.30 | 0.95 | 0.41 |
| HSL | 40.99º | 0.9% | 0.31% | - |
| HSV(B) | 40.99º | 0.95% | 0.59% | - |
| XYZ | 17.67 | 16.6 | 2.5 | - |
| YUV | 107.4 | 71.91 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 105 | 8 | 0 | 0.30 | 0.95 | 0.41 | 40.99 | 0.9 | 0.31 |
| Hex | 96 | 69 | 8 | 0 | 1E | 5F | 29 | 29 | 5A | 1F |
| Octal | 226 | 151 | 10 | 0 | 36 | 137 | 51 | 51 | 132 | 37 |
| Binary | 10010110 | 1101001 | 1000 | 0 | 11110 | 1011111 | 101001 | 101001 | 1011010 | 11111 |
Color Harmonies of #966908
Complementary color
Monochromatic Colors of #966908
Black with #966908
Text Example
Text Example
White with #966908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966908; }
p { color: rgb(150,105,8); }
H1.HeaderClassName
{
color: #966908;
}
.AnyTagClassName
{
color: #966908;
}
</style>
background-color css
<style>
a { background-color: #966908; }
a { background-color: rgb(150,105,8); }
div.DivClassName
{
background-color: #966908;
}
.BgClassName
{
background-color: #966908;
}
</style>
border-color css
<style>
span { border-color: #966908; }
span { border-color: rgb(150,105,8); }
td.TdClassName
{
border-color: #966908;
}
.TagClassName
{
border-color: #966908;
}
</style>