Shades of Golden Brown #965D14
Tints of Golden Brown #965D14
RGB
CMYK
RGB Variations
Color information
#965D14 (or 0x965D14) is known color: Golden Brown. HEX triplet: 96, 5D and 14. RGB value is (150,93,20). Sum of RGB (Red+Green+Blue) = 150+93+20=263 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.03% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 150 - color contains mainly: red. Hex color #965D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965D14 is #69A2EB. Grayscale: #666666. Windows color (decimal): -6922988 or 1334678. OLE color: 1334678.
HSL color Cylindrical-coordinate representation of color #965D14: hue angle of 33.69º degrees, saturation: 0.76, 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 #965D14 is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 93 | 20 | - |
| CMYK | 0 | 0.38 | 0.87 | 0.41 |
| HSL | 33.69º | 0.76% | 0.33% | - |
| HSV(B) | 33.69º | 0.87% | 0.59% | - |
| XYZ | 16.62 | 14.36 | 2.56 | - |
| YUV | 101.72 | 81.88 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 93 | 20 | 0 | 0.38 | 0.87 | 0.41 | 33.69 | 0.76 | 0.33 |
| Hex | 96 | 5D | 14 | 0 | 26 | 57 | 29 | 22 | 4C | 21 |
| Octal | 226 | 135 | 24 | 0 | 46 | 127 | 51 | 42 | 114 | 41 |
| Binary | 10010110 | 1011101 | 10100 | 0 | 100110 | 1010111 | 101001 | 100010 | 1001100 | 100001 |
Color Harmonies of #965D14
Complementary color
Monochromatic Colors of #965D14
Black with #965D14
Text Example
Text Example
White with #965D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965D14; }
p { color: rgb(150,93,20); }
H1.HeaderClassName
{
color: #965D14;
}
.AnyTagClassName
{
color: #965D14;
}
</style>
background-color css
<style>
a { background-color: #965D14; }
a { background-color: rgb(150,93,20); }
div.DivClassName
{
background-color: #965D14;
}
.BgClassName
{
background-color: #965D14;
}
</style>
border-color css
<style>
span { border-color: #965D14; }
span { border-color: rgb(150,93,20); }
td.TdClassName
{
border-color: #965D14;
}
.TagClassName
{
border-color: #965D14;
}
</style>