Shades of Golden Brown #966813
Tints of Golden Brown #966813
RGB
CMYK
RGB Variations
Color information
#966813 (or 0x966813) is known color: Golden Brown. HEX triplet: 96, 68 and 13. RGB value is (150,104,19). Sum of RGB (Red+Green+Blue) = 150+104+19=273 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.95% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 150 - color contains mainly: red. Hex color #966813 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966813 is #6997EC. Grayscale: #6C6C6C. Windows color (decimal): -6920173 or 1271958. OLE color: 1271958.
HSL color Cylindrical-coordinate representation of color #966813: hue angle of 38.93º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #966813 is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 104 | 19 | - |
| CMYK | 0 | 0.31 | 0.87 | 0.41 |
| HSL | 38.93º | 0.78% | 0.33% | - |
| HSV(B) | 38.93º | 0.87% | 0.59% | - |
| XYZ | 17.65 | 16.43 | 2.86 | - |
| YUV | 108.06 | 77.74 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 104 | 19 | 0 | 0.31 | 0.87 | 0.41 | 38.93 | 0.78 | 0.33 |
| Hex | 96 | 68 | 13 | 0 | 1F | 57 | 29 | 27 | 4E | 21 |
| Octal | 226 | 150 | 23 | 0 | 37 | 127 | 51 | 47 | 116 | 41 |
| Binary | 10010110 | 1101000 | 10011 | 0 | 11111 | 1010111 | 101001 | 100111 | 1001110 | 100001 |
Color Harmonies of #966813
Complementary color
Monochromatic Colors of #966813
Black with #966813
Text Example
Text Example
White with #966813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966813; }
p { color: rgb(150,104,19); }
H1.HeaderClassName
{
color: #966813;
}
.AnyTagClassName
{
color: #966813;
}
</style>
background-color css
<style>
a { background-color: #966813; }
a { background-color: rgb(150,104,19); }
div.DivClassName
{
background-color: #966813;
}
.BgClassName
{
background-color: #966813;
}
</style>
border-color css
<style>
span { border-color: #966813; }
span { border-color: rgb(150,104,19); }
td.TdClassName
{
border-color: #966813;
}
.TagClassName
{
border-color: #966813;
}
</style>