Shades of Golden Brown #966C1E
Tints of Golden Brown #966C1E
RGB
CMYK
RGB Variations
Color information
#966C1E (or 0x966C1E) is known color: Golden Brown. HEX triplet: 96, 6C and 1E. RGB value is (150,108,30). Sum of RGB (Red+Green+Blue) = 150+108+30=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 108 (42.58% from 255 or 37.5% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #966C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966C1E is #6993E1. Grayscale: #707070. Windows color (decimal): -6919138 or 1993878. OLE color: 1993878.
HSL color Cylindrical-coordinate representation of color #966C1E: hue angle of 39º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #966C1E is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 108 | 30 | - |
| CMYK | 0 | 0.28 | 0.80 | 0.41 |
| HSL | 39º | 0.67% | 0.35% | - |
| HSV(B) | 39º | 0.8% | 0.59% | - |
| XYZ | 18.17 | 17.3 | 3.61 | - |
| YUV | 111.67 | 81.91 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 108 | 30 | 0 | 0.28 | 0.80 | 0.41 | 39 | 0.67 | 0.35 |
| Hex | 96 | 6C | 1E | 0 | 1C | 50 | 29 | 27 | 43 | 23 |
| Octal | 226 | 154 | 36 | 0 | 34 | 120 | 51 | 47 | 103 | 43 |
| Binary | 10010110 | 1101100 | 11110 | 0 | 11100 | 1010000 | 101001 | 100111 | 1000011 | 100011 |
Color Harmonies of #966C1E
Complementary color
Monochromatic Colors of #966C1E
Black with #966C1E
Text Example
Text Example
White with #966C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966C1E; }
p { color: rgb(150,108,30); }
H1.HeaderClassName
{
color: #966C1E;
}
.AnyTagClassName
{
color: #966C1E;
}
</style>
background-color css
<style>
a { background-color: #966C1E; }
a { background-color: rgb(150,108,30); }
div.DivClassName
{
background-color: #966C1E;
}
.BgClassName
{
background-color: #966C1E;
}
</style>
border-color css
<style>
span { border-color: #966C1E; }
span { border-color: rgb(150,108,30); }
td.TdClassName
{
border-color: #966C1E;
}
.TagClassName
{
border-color: #966C1E;
}
</style>