Shades of Golden Brown #967101
Tints of Golden Brown #967101
RGB
CMYK
RGB Variations
Color information
#967101 (or 0x967101) is known color: Golden Brown. HEX triplet: 96, 71 and 01. RGB value is (150,113,1). Sum of RGB (Red+Green+Blue) = 150+113+1=264 (34% of max value = 765). Red value is 150 (58.98% from 255 or 56.82% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 1 (0.78% from 255 or 0.38% from 264); Max value from RGB is 150 - color contains mainly: red. Hex color #967101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967101 is #698EFE. Grayscale: #6F6F6F. Windows color (decimal): -6917887 or 94614. OLE color: 94614.
HSL color Cylindrical-coordinate representation of color #967101: hue angle of 45.1º 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 #967101 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 113 | 1 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.41 |
| HSL | 45.1º | 0.99% | 0.3% | - |
| HSV(B) | 45.1º | 0.99% | 0.59% | - |
| XYZ | 18.49 | 18.3 | 2.59 | - |
| YUV | 111.3 | 65.76 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 113 | 1 | 0 | 0.25 | 0.99 | 0.41 | 45.1 | 0.99 | 0.3 |
| Hex | 96 | 71 | 1 | 0 | 19 | 63 | 29 | 2D | 63 | 1E |
| Octal | 226 | 161 | 1 | 0 | 31 | 143 | 51 | 55 | 143 | 36 |
| Binary | 10010110 | 1110001 | 1 | 0 | 11001 | 1100011 | 101001 | 101101 | 1100011 | 11110 |
Color Harmonies of #967101
Complementary color
Monochromatic Colors of #967101
Black with #967101
Text Example
Text Example
White with #967101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967101; }
p { color: rgb(150,113,1); }
H1.HeaderClassName
{
color: #967101;
}
.AnyTagClassName
{
color: #967101;
}
</style>
background-color css
<style>
a { background-color: #967101; }
a { background-color: rgb(150,113,1); }
div.DivClassName
{
background-color: #967101;
}
.BgClassName
{
background-color: #967101;
}
</style>
border-color css
<style>
span { border-color: #967101; }
span { border-color: rgb(150,113,1); }
td.TdClassName
{
border-color: #967101;
}
.TagClassName
{
border-color: #967101;
}
</style>