Shades of Golden Brown #965C13
Tints of Golden Brown #965C13
RGB
CMYK
RGB Variations
Color information
#965C13 (or 0x965C13) is known color: Golden Brown. HEX triplet: 96, 5C and 13. RGB value is (150,92,19). Sum of RGB (Red+Green+Blue) = 150+92+19=261 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.47% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 19 (7.81% from 255 or 7.28% from 261); Max value from RGB is 150 - color contains mainly: red. Hex color #965C13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965C13 is #69A3EC. Grayscale: #656565. Windows color (decimal): -6923245 or 1268886. OLE color: 1268886.
HSL color Cylindrical-coordinate representation of color #965C13: hue angle of 33.44º 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 #965C13 is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 92 | 19 | - |
| CMYK | 0 | 0.39 | 0.87 | 0.41 |
| HSL | 33.44º | 0.78% | 0.33% | - |
| HSV(B) | 33.44º | 0.87% | 0.59% | - |
| XYZ | 16.52 | 14.19 | 2.48 | - |
| YUV | 101.02 | 81.72 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 92 | 19 | 0 | 0.39 | 0.87 | 0.41 | 33.44 | 0.78 | 0.33 |
| Hex | 96 | 5C | 13 | 0 | 27 | 57 | 29 | 21 | 4E | 21 |
| Octal | 226 | 134 | 23 | 0 | 47 | 127 | 51 | 41 | 116 | 41 |
| Binary | 10010110 | 1011100 | 10011 | 0 | 100111 | 1010111 | 101001 | 100001 | 1001110 | 100001 |
Color Harmonies of #965C13
Complementary color
Monochromatic Colors of #965C13
Black with #965C13
Text Example
Text Example
White with #965C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965C13; }
p { color: rgb(150,92,19); }
H1.HeaderClassName
{
color: #965C13;
}
.AnyTagClassName
{
color: #965C13;
}
</style>
background-color css
<style>
a { background-color: #965C13; }
a { background-color: rgb(150,92,19); }
div.DivClassName
{
background-color: #965C13;
}
.BgClassName
{
background-color: #965C13;
}
</style>
border-color css
<style>
span { border-color: #965C13; }
span { border-color: rgb(150,92,19); }
td.TdClassName
{
border-color: #965C13;
}
.TagClassName
{
border-color: #965C13;
}
</style>