Shades of Golden Brown #965D0E
Tints of Golden Brown #965D0E
RGB
CMYK
RGB Variations
Color information
#965D0E (or 0x965D0E) is known color: Golden Brown. HEX triplet: 96, 5D and 0E. RGB value is (150,93,14). Sum of RGB (Red+Green+Blue) = 150+93+14=257 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.37% from 257); Green value is 93 (36.72% from 255 or 36.19% from 257); Blue value is 14 (5.86% from 255 or 5.45% from 257); Max value from RGB is 150 - color contains mainly: red. Hex color #965D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965D0E is #69A2F1. Grayscale: #656565. Windows color (decimal): -6922994 or 941462. OLE color: 941462.
HSL color Cylindrical-coordinate representation of color #965D0E: hue angle of 34.85º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #965D0E is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 93 | 14 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.41 |
| HSL | 34.85º | 0.83% | 0.32% | - |
| HSV(B) | 34.85º | 0.91% | 0.59% | - |
| XYZ | 16.57 | 14.34 | 2.31 | - |
| YUV | 101.04 | 78.88 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 93 | 14 | 0 | 0.38 | 0.91 | 0.41 | 34.85 | 0.83 | 0.32 |
| Hex | 96 | 5D | E | 0 | 26 | 5B | 29 | 23 | 53 | 20 |
| Octal | 226 | 135 | 16 | 0 | 46 | 133 | 51 | 43 | 123 | 40 |
| Binary | 10010110 | 1011101 | 1110 | 0 | 100110 | 1011011 | 101001 | 100011 | 1010011 | 100000 |
Color Harmonies of #965D0E
Complementary color
Monochromatic Colors of #965D0E
Black with #965D0E
Text Example
Text Example
White with #965D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965D0E; }
p { color: rgb(150,93,14); }
H1.HeaderClassName
{
color: #965D0E;
}
.AnyTagClassName
{
color: #965D0E;
}
</style>
background-color css
<style>
a { background-color: #965D0E; }
a { background-color: rgb(150,93,14); }
div.DivClassName
{
background-color: #965D0E;
}
.BgClassName
{
background-color: #965D0E;
}
</style>
border-color css
<style>
span { border-color: #965D0E; }
span { border-color: rgb(150,93,14); }
td.TdClassName
{
border-color: #965D0E;
}
.TagClassName
{
border-color: #965D0E;
}
</style>