Shades of Golden Brown #966705
Tints of Golden Brown #966705
RGB
CMYK
RGB Variations
Color information
#966705 (or 0x966705) is known color: Golden Brown. HEX triplet: 96, 67 and 05. RGB value is (150,103,5). Sum of RGB (Red+Green+Blue) = 150+103+5=258 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.14% from 258); Green value is 103 (40.62% from 255 or 39.92% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 150 - color contains mainly: red. Hex color #966705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966705 is #6998FA. Grayscale: #6A6A6A. Windows color (decimal): -6920443 or 354198. OLE color: 354198.
HSL color Cylindrical-coordinate representation of color #966705: hue angle of 40.55º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #966705 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 103 | 5 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.41 |
| HSL | 40.55º | 0.94% | 0.3% | - |
| HSV(B) | 40.55º | 0.97% | 0.59% | - |
| XYZ | 17.46 | 16.2 | 2.35 | - |
| YUV | 105.88 | 71.07 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 103 | 5 | 0 | 0.31 | 0.97 | 0.41 | 40.55 | 0.94 | 0.3 |
| Hex | 96 | 67 | 5 | 0 | 1F | 61 | 29 | 29 | 5E | 1E |
| Octal | 226 | 147 | 5 | 0 | 37 | 141 | 51 | 51 | 136 | 36 |
| Binary | 10010110 | 1100111 | 101 | 0 | 11111 | 1100001 | 101001 | 101001 | 1011110 | 11110 |
Color Harmonies of #966705
Complementary color
Monochromatic Colors of #966705
Black with #966705
Text Example
Text Example
White with #966705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966705; }
p { color: rgb(150,103,5); }
H1.HeaderClassName
{
color: #966705;
}
.AnyTagClassName
{
color: #966705;
}
</style>
background-color css
<style>
a { background-color: #966705; }
a { background-color: rgb(150,103,5); }
div.DivClassName
{
background-color: #966705;
}
.BgClassName
{
background-color: #966705;
}
</style>
border-color css
<style>
span { border-color: #966705; }
span { border-color: rgb(150,103,5); }
td.TdClassName
{
border-color: #966705;
}
.TagClassName
{
border-color: #966705;
}
</style>