Shades of Golden Brown #966711
Tints of Golden Brown #966711
RGB
CMYK
RGB Variations
Color information
#966711 (or 0x966711) is known color: Golden Brown. HEX triplet: 96, 67 and 11. RGB value is (150,103,17). Sum of RGB (Red+Green+Blue) = 150+103+17=270 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.56% from 270); Green value is 103 (40.62% from 255 or 38.15% from 270); Blue value is 17 (7.03% from 255 or 6.30% from 270); Max value from RGB is 150 - color contains mainly: red. Hex color #966711 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966711 is #6998EE. Grayscale: #6B6B6B. Windows color (decimal): -6920431 or 1140630. OLE color: 1140630.
HSL color Cylindrical-coordinate representation of color #966711: hue angle of 38.8º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #966711 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 103 | 17 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.41 |
| HSL | 38.8º | 0.8% | 0.33% | - |
| HSV(B) | 38.8º | 0.89% | 0.59% | - |
| XYZ | 17.53 | 16.23 | 2.74 | - |
| YUV | 107.25 | 77.07 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 103 | 17 | 0 | 0.31 | 0.89 | 0.41 | 38.8 | 0.8 | 0.33 |
| Hex | 96 | 67 | 11 | 0 | 1F | 59 | 29 | 27 | 50 | 21 |
| Octal | 226 | 147 | 21 | 0 | 37 | 131 | 51 | 47 | 120 | 41 |
| Binary | 10010110 | 1100111 | 10001 | 0 | 11111 | 1011001 | 101001 | 100111 | 1010000 | 100001 |
Color Harmonies of #966711
Complementary color
Monochromatic Colors of #966711
Black with #966711
Text Example
Text Example
White with #966711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966711; }
p { color: rgb(150,103,17); }
H1.HeaderClassName
{
color: #966711;
}
.AnyTagClassName
{
color: #966711;
}
</style>
background-color css
<style>
a { background-color: #966711; }
a { background-color: rgb(150,103,17); }
div.DivClassName
{
background-color: #966711;
}
.BgClassName
{
background-color: #966711;
}
</style>
border-color css
<style>
span { border-color: #966711; }
span { border-color: rgb(150,103,17); }
td.TdClassName
{
border-color: #966711;
}
.TagClassName
{
border-color: #966711;
}
</style>