Shades of Golden Brown #965A14
Tints of Golden Brown #965A14
RGB
CMYK
RGB Variations
Color information
#965A14 (or 0x965A14) is known color: Golden Brown. HEX triplet: 96, 5A and 14. RGB value is (150,90,20). Sum of RGB (Red+Green+Blue) = 150+90+20=260 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.69% from 260); Green value is 90 (35.55% from 255 or 34.62% from 260); Blue value is 20 (8.20% from 255 or 7.69% from 260); Max value from RGB is 150 - color contains mainly: red. Hex color #965A14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965A14 is #69A5EB. Grayscale: #646464. Windows color (decimal): -6923756 or 1333910. OLE color: 1333910.
HSL color Cylindrical-coordinate representation of color #965A14: hue angle of 32.31º 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 #965A14 is Cyan = 0, Magento = 0.4, Yellow = 0.87 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 90 | 20 | - |
| CMYK | 0 | 0.4 | 0.87 | 0.41 |
| HSL | 32.31º | 0.76% | 0.33% | - |
| HSV(B) | 32.31º | 0.87% | 0.59% | - |
| XYZ | 16.36 | 13.85 | 2.47 | - |
| YUV | 99.96 | 82.88 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 90 | 20 | 0 | 0.4 | 0.87 | 0.41 | 32.31 | 0.76 | 0.33 |
| Hex | 96 | 5A | 14 | 0 | 28 | 57 | 29 | 20 | 4C | 21 |
| Octal | 226 | 132 | 24 | 0 | 50 | 127 | 51 | 40 | 114 | 41 |
| Binary | 10010110 | 1011010 | 10100 | 0 | 101000 | 1010111 | 101001 | 100000 | 1001100 | 100001 |
Color Harmonies of #965A14
Complementary color
Monochromatic Colors of #965A14
Black with #965A14
Text Example
Text Example
White with #965A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965A14; }
p { color: rgb(150,90,20); }
H1.HeaderClassName
{
color: #965A14;
}
.AnyTagClassName
{
color: #965A14;
}
</style>
background-color css
<style>
a { background-color: #965A14; }
a { background-color: rgb(150,90,20); }
div.DivClassName
{
background-color: #965A14;
}
.BgClassName
{
background-color: #965A14;
}
</style>
border-color css
<style>
span { border-color: #965A14; }
span { border-color: rgb(150,90,20); }
td.TdClassName
{
border-color: #965A14;
}
.TagClassName
{
border-color: #965A14;
}
</style>