Shades of Golden Brown #965C0D
Tints of Golden Brown #965C0D
RGB
CMYK
RGB Variations
Color information
#965C0D (or 0x965C0D) is known color: Golden Brown. HEX triplet: 96, 5C and 0D. RGB value is (150,92,13). Sum of RGB (Red+Green+Blue) = 150+92+13=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 13 (5.47% from 255 or 5.10% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #965C0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965C0D is #69A3F2. Grayscale: #646464. Windows color (decimal): -6923251 or 875670. OLE color: 875670.
HSL color Cylindrical-coordinate representation of color #965C0D: hue angle of 34.6º degrees, saturation: 0.84, 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 #965C0D is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 92 | 13 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.41 |
| HSL | 34.6º | 0.84% | 0.32% | - |
| HSV(B) | 34.6º | 0.91% | 0.59% | - |
| XYZ | 16.48 | 14.17 | 2.25 | - |
| YUV | 100.34 | 78.72 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 92 | 13 | 0 | 0.39 | 0.91 | 0.41 | 34.6 | 0.84 | 0.32 |
| Hex | 96 | 5C | D | 0 | 27 | 5B | 29 | 23 | 54 | 20 |
| Octal | 226 | 134 | 15 | 0 | 47 | 133 | 51 | 43 | 124 | 40 |
| Binary | 10010110 | 1011100 | 1101 | 0 | 100111 | 1011011 | 101001 | 100011 | 1010100 | 100000 |
Color Harmonies of #965C0D
Complementary color
Monochromatic Colors of #965C0D
Black with #965C0D
Text Example
Text Example
White with #965C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965C0D; }
p { color: rgb(150,92,13); }
H1.HeaderClassName
{
color: #965C0D;
}
.AnyTagClassName
{
color: #965C0D;
}
</style>
background-color css
<style>
a { background-color: #965C0D; }
a { background-color: rgb(150,92,13); }
div.DivClassName
{
background-color: #965C0D;
}
.BgClassName
{
background-color: #965C0D;
}
</style>
border-color css
<style>
span { border-color: #965C0D; }
span { border-color: rgb(150,92,13); }
td.TdClassName
{
border-color: #965C0D;
}
.TagClassName
{
border-color: #965C0D;
}
</style>