Shades of Golden Brown #965D00
Tints of Golden Brown #965D00
RGB
CMYK
RGB Variations
Color information
#965D00 (or 0x965D00) is known color: Golden Brown. HEX triplet: 96, 5D and 00. RGB value is (150,93,0). Sum of RGB (Red+Green+Blue) = 150+93+0=243 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.73% from 243); Green value is 93 (36.72% from 255 or 38.27% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 150 - color contains mainly: red. Hex color #965D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965D00 is #69A2FF. Grayscale: #636363. Windows color (decimal): -6923008 or 23958. OLE color: 23958.
HSL color Cylindrical-coordinate representation of color #965D00: hue angle of 37.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 #965D00 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 93 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.41 |
| HSL | 37.2º | 1% | 0.29% | - |
| HSV(B) | 37.2º | 1% | 0.59% | - |
| XYZ | 16.49 | 14.31 | 1.89 | - |
| YUV | 99.44 | 71.88 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 93 | 0 | 0 | 0.38 | 1 | 0.41 | 37.2 | 1 | 0.29 |
| Hex | 96 | 5D | 0 | 0 | 26 | 64 | 29 | 25 | 64 | 1D |
| Octal | 226 | 135 | 0 | 0 | 46 | 144 | 51 | 45 | 144 | 35 |
| Binary | 10010110 | 1011101 | 0 | 0 | 100110 | 1100100 | 101001 | 100101 | 1100100 | 11101 |
Color Harmonies of #965D00
Complementary color
Monochromatic Colors of #965D00
Black with #965D00
Text Example
Text Example
White with #965D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965D00; }
p { color: rgb(150,93,0); }
H1.HeaderClassName
{
color: #965D00;
}
.AnyTagClassName
{
color: #965D00;
}
</style>
background-color css
<style>
a { background-color: #965D00; }
a { background-color: rgb(150,93,0); }
div.DivClassName
{
background-color: #965D00;
}
.BgClassName
{
background-color: #965D00;
}
</style>
border-color css
<style>
span { border-color: #965D00; }
span { border-color: rgb(150,93,0); }
td.TdClassName
{
border-color: #965D00;
}
.TagClassName
{
border-color: #965D00;
}
</style>