Shades of Golden Brown #967301
Tints of Golden Brown #967301
RGB
CMYK
RGB Variations
Color information
#967301 (or 0x967301) is known color: Golden Brown. HEX triplet: 96, 73 and 01. RGB value is (150,115,1). Sum of RGB (Red+Green+Blue) = 150+115+1=266 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.39% from 266); Green value is 115 (45.31% from 255 or 43.23% from 266); Blue value is 1 (0.78% from 255 or 0.38% from 266); Max value from RGB is 150 - color contains mainly: red. Hex color #967301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967301 is #698CFE. Grayscale: #707070. Windows color (decimal): -6917375 or 95126. OLE color: 95126.
HSL color Cylindrical-coordinate representation of color #967301: hue angle of 45.91º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #967301 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 115 | 1 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.41 |
| HSL | 45.91º | 0.99% | 0.3% | - |
| HSV(B) | 45.91º | 0.99% | 0.59% | - |
| XYZ | 18.71 | 18.75 | 2.66 | - |
| YUV | 112.47 | 65.1 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 115 | 1 | 0 | 0.23 | 0.99 | 0.41 | 45.91 | 0.99 | 0.3 |
| Hex | 96 | 73 | 1 | 0 | 17 | 63 | 29 | 2E | 63 | 1E |
| Octal | 226 | 163 | 1 | 0 | 27 | 143 | 51 | 56 | 143 | 36 |
| Binary | 10010110 | 1110011 | 1 | 0 | 10111 | 1100011 | 101001 | 101110 | 1100011 | 11110 |
Color Harmonies of #967301
Complementary color
Monochromatic Colors of #967301
Black with #967301
Text Example
Text Example
White with #967301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967301; }
p { color: rgb(150,115,1); }
H1.HeaderClassName
{
color: #967301;
}
.AnyTagClassName
{
color: #967301;
}
</style>
background-color css
<style>
a { background-color: #967301; }
a { background-color: rgb(150,115,1); }
div.DivClassName
{
background-color: #967301;
}
.BgClassName
{
background-color: #967301;
}
</style>
border-color css
<style>
span { border-color: #967301; }
span { border-color: rgb(150,115,1); }
td.TdClassName
{
border-color: #967301;
}
.TagClassName
{
border-color: #967301;
}
</style>