Shades of Golden Brown #965C00
Tints of Golden Brown #965C00
RGB
CMYK
RGB Variations
Color information
#965C00 (or 0x965C00) is known color: Golden Brown. HEX triplet: 96, 5C and 00. RGB value is (150,92,0). Sum of RGB (Red+Green+Blue) = 150+92+0=242 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.98% from 242); Green value is 92 (36.33% from 255 or 38.02% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 150 - color contains mainly: red. Hex color #965C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965C00 is #69A3FF. Grayscale: #636363. Windows color (decimal): -6923264 or 23702. OLE color: 23702.
HSL color Cylindrical-coordinate representation of color #965C00: hue angle of 36.8º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #965C00 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 92 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.41 |
| HSL | 36.8º | 1% | 0.29% | - |
| HSV(B) | 36.8º | 1% | 0.59% | - |
| XYZ | 16.4 | 14.14 | 1.86 | - |
| YUV | 98.85 | 72.22 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 92 | 0 | 0 | 0.39 | 1 | 0.41 | 36.8 | 1 | 0.29 |
| Hex | 96 | 5C | 0 | 0 | 27 | 64 | 29 | 25 | 64 | 1D |
| Octal | 226 | 134 | 0 | 0 | 47 | 144 | 51 | 45 | 144 | 35 |
| Binary | 10010110 | 1011100 | 0 | 0 | 100111 | 1100100 | 101001 | 100101 | 1100100 | 11101 |
Color Harmonies of #965C00
Complementary color
Monochromatic Colors of #965C00
Black with #965C00
Text Example
Text Example
White with #965C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965C00; }
p { color: rgb(150,92,0); }
H1.HeaderClassName
{
color: #965C00;
}
.AnyTagClassName
{
color: #965C00;
}
</style>
background-color css
<style>
a { background-color: #965C00; }
a { background-color: rgb(150,92,0); }
div.DivClassName
{
background-color: #965C00;
}
.BgClassName
{
background-color: #965C00;
}
</style>
border-color css
<style>
span { border-color: #965C00; }
span { border-color: rgb(150,92,0); }
td.TdClassName
{
border-color: #965C00;
}
.TagClassName
{
border-color: #965C00;
}
</style>