Shades of Golden Brown #965300
Tints of Golden Brown #965300
RGB
CMYK
RGB Variations
Color information
#965300 (or 0x965300) is known color: Golden Brown. HEX triplet: 96, 53 and 00. RGB value is (150,83,0). Sum of RGB (Red+Green+Blue) = 150+83+0=233 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.38% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 150 - color contains mainly: red. Hex color #965300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965300 is #69ACFF. Grayscale: #5D5D5D. Windows color (decimal): -6925568 or 21398. OLE color: 21398.
HSL color Cylindrical-coordinate representation of color #965300: hue angle of 33.2º 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 #965300 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 83 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.41 |
| HSL | 33.2º | 1% | 0.29% | - |
| HSV(B) | 33.2º | 1% | 0.59% | - |
| XYZ | 15.67 | 12.67 | 1.62 | - |
| YUV | 93.57 | 75.2 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 83 | 0 | 0 | 0.45 | 1 | 0.41 | 33.2 | 1 | 0.29 |
| Hex | 96 | 53 | 0 | 0 | 2D | 64 | 29 | 21 | 64 | 1D |
| Octal | 226 | 123 | 0 | 0 | 55 | 144 | 51 | 41 | 144 | 35 |
| Binary | 10010110 | 1010011 | 0 | 0 | 101101 | 1100100 | 101001 | 100001 | 1100100 | 11101 |
Color Harmonies of #965300
Complementary color
Monochromatic Colors of #965300
Black with #965300
Text Example
Text Example
White with #965300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965300; }
p { color: rgb(150,83,0); }
H1.HeaderClassName
{
color: #965300;
}
.AnyTagClassName
{
color: #965300;
}
</style>
background-color css
<style>
a { background-color: #965300; }
a { background-color: rgb(150,83,0); }
div.DivClassName
{
background-color: #965300;
}
.BgClassName
{
background-color: #965300;
}
</style>
border-color css
<style>
span { border-color: #965300; }
span { border-color: rgb(150,83,0); }
td.TdClassName
{
border-color: #965300;
}
.TagClassName
{
border-color: #965300;
}
</style>