Shades of Golden Brown #967501
Tints of Golden Brown #967501
RGB
CMYK
RGB Variations
Color information
#967501 (or 0x967501) is known color: Golden Brown. HEX triplet: 96, 75 and 01. RGB value is (150,117,1). Sum of RGB (Red+Green+Blue) = 150+117+1=268 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.97% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 1 (0.78% from 255 or 0.37% from 268); Max value from RGB is 150 - color contains mainly: red. Hex color #967501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967501 is #698AFE. Grayscale: #727272. Windows color (decimal): -6916863 or 95638. OLE color: 95638.
HSL color Cylindrical-coordinate representation of color #967501: hue angle of 46.71º 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 #967501 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 117 | 1 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.41 |
| HSL | 46.71º | 0.99% | 0.3% | - |
| HSV(B) | 46.71º | 0.99% | 0.59% | - |
| XYZ | 18.94 | 19.21 | 2.74 | - |
| YUV | 113.64 | 64.43 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 117 | 1 | 0 | 0.22 | 0.99 | 0.41 | 46.71 | 0.99 | 0.3 |
| Hex | 96 | 75 | 1 | 0 | 16 | 63 | 29 | 2F | 63 | 1E |
| Octal | 226 | 165 | 1 | 0 | 26 | 143 | 51 | 57 | 143 | 36 |
| Binary | 10010110 | 1110101 | 1 | 0 | 10110 | 1100011 | 101001 | 101111 | 1100011 | 11110 |
Color Harmonies of #967501
Complementary color
Monochromatic Colors of #967501
Black with #967501
Text Example
Text Example
White with #967501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967501; }
p { color: rgb(150,117,1); }
H1.HeaderClassName
{
color: #967501;
}
.AnyTagClassName
{
color: #967501;
}
</style>
background-color css
<style>
a { background-color: #967501; }
a { background-color: rgb(150,117,1); }
div.DivClassName
{
background-color: #967501;
}
.BgClassName
{
background-color: #967501;
}
</style>
border-color css
<style>
span { border-color: #967501; }
span { border-color: rgb(150,117,1); }
td.TdClassName
{
border-color: #967501;
}
.TagClassName
{
border-color: #967501;
}
</style>