Shades of Golden Brown #966712
Tints of Golden Brown #966712
RGB
CMYK
RGB Variations
Color information
#966712 (or 0x966712) is known color: Golden Brown. HEX triplet: 96, 67 and 12. RGB value is (150,103,18). Sum of RGB (Red+Green+Blue) = 150+103+18=271 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.35% from 271); Green value is 103 (40.62% from 255 or 38.01% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 150 - color contains mainly: red. Hex color #966712 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966712 is #6998ED. Grayscale: #6B6B6B. Windows color (decimal): -6920430 or 1206166. OLE color: 1206166.
HSL color Cylindrical-coordinate representation of color #966712: hue angle of 38.64º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #966712 is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 103 | 18 | - |
| CMYK | 0 | 0.31 | 0.88 | 0.41 |
| HSL | 38.64º | 0.79% | 0.33% | - |
| HSV(B) | 38.64º | 0.88% | 0.59% | - |
| XYZ | 17.54 | 16.23 | 2.78 | - |
| YUV | 107.36 | 77.57 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 103 | 18 | 0 | 0.31 | 0.88 | 0.41 | 38.64 | 0.79 | 0.33 |
| Hex | 96 | 67 | 12 | 0 | 1F | 58 | 29 | 27 | 4F | 21 |
| Octal | 226 | 147 | 22 | 0 | 37 | 130 | 51 | 47 | 117 | 41 |
| Binary | 10010110 | 1100111 | 10010 | 0 | 11111 | 1011000 | 101001 | 100111 | 1001111 | 100001 |
Color Harmonies of #966712
Complementary color
Monochromatic Colors of #966712
Black with #966712
Text Example
Text Example
White with #966712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966712; }
p { color: rgb(150,103,18); }
H1.HeaderClassName
{
color: #966712;
}
.AnyTagClassName
{
color: #966712;
}
</style>
background-color css
<style>
a { background-color: #966712; }
a { background-color: rgb(150,103,18); }
div.DivClassName
{
background-color: #966712;
}
.BgClassName
{
background-color: #966712;
}
</style>
border-color css
<style>
span { border-color: #966712; }
span { border-color: rgb(150,103,18); }
td.TdClassName
{
border-color: #966712;
}
.TagClassName
{
border-color: #966712;
}
</style>