Shades of Golden Brown #965A00
Tints of Golden Brown #965A00
RGB
CMYK
RGB Variations
Color information
#965A00 (or 0x965A00) is known color: Golden Brown. HEX triplet: 96, 5A and 00. RGB value is (150,90,0). Sum of RGB (Red+Green+Blue) = 150+90+0=240 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.5% from 240); Green value is 90 (35.55% from 255 or 37.5% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 150 - color contains mainly: red. Hex color #965A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965A00 is #69A5FF. Grayscale: #626262. Windows color (decimal): -6923776 or 23190. OLE color: 23190.
HSL color Cylindrical-coordinate representation of color #965A00: hue angle of 36º 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 #965A00 is Cyan = 0, Magento = 0.4, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 90 | 0 | - |
| CMYK | 0 | 0.4 | 1 | 0.41 |
| HSL | 36º | 1% | 0.29% | - |
| HSV(B) | 36º | 1% | 0.59% | - |
| XYZ | 16.23 | 13.8 | 1.81 | - |
| YUV | 97.68 | 72.88 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 90 | 0 | 0 | 0.4 | 1 | 0.41 | 36 | 1 | 0.29 |
| Hex | 96 | 5A | 0 | 0 | 28 | 64 | 29 | 24 | 64 | 1D |
| Octal | 226 | 132 | 0 | 0 | 50 | 144 | 51 | 44 | 144 | 35 |
| Binary | 10010110 | 1011010 | 0 | 0 | 101000 | 1100100 | 101001 | 100100 | 1100100 | 11101 |
Color Harmonies of #965A00
Complementary color
Monochromatic Colors of #965A00
Black with #965A00
Text Example
Text Example
White with #965A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965A00; }
p { color: rgb(150,90,0); }
H1.HeaderClassName
{
color: #965A00;
}
.AnyTagClassName
{
color: #965A00;
}
</style>
background-color css
<style>
a { background-color: #965A00; }
a { background-color: rgb(150,90,0); }
div.DivClassName
{
background-color: #965A00;
}
.BgClassName
{
background-color: #965A00;
}
</style>
border-color css
<style>
span { border-color: #965A00; }
span { border-color: rgb(150,90,0); }
td.TdClassName
{
border-color: #965A00;
}
.TagClassName
{
border-color: #965A00;
}
</style>