Shades of Golden Brown #956001
Tints of Golden Brown #956001
RGB
CMYK
RGB Variations
Color information
#956001 (or 0x956001) is known color: Golden Brown. HEX triplet: 95, 60 and 01. RGB value is (149,96,1). Sum of RGB (Red+Green+Blue) = 149+96+1=246 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.57% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 1 (0.78% from 255 or 0.41% from 246); Max value from RGB is 149 - color contains mainly: red. Hex color #956001 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956001 is #6A9FFE. Grayscale: #656565. Windows color (decimal): -6987775 or 90261. OLE color: 90261.
HSL color Cylindrical-coordinate representation of color #956001: hue angle of 38.51º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #956001 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 96 | 1 | - |
| CMYK | 0 | 0.36 | 0.99 | 0.42 |
| HSL | 38.51º | 0.99% | 0.29% | - |
| HSV(B) | 38.51º | 0.99% | 0.58% | - |
| XYZ | 16.58 | 14.76 | 2 | - |
| YUV | 101.02 | 71.56 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 96 | 1 | 0 | 0.36 | 0.99 | 0.42 | 38.51 | 0.99 | 0.29 |
| Hex | 95 | 60 | 1 | 0 | 24 | 63 | 2A | 27 | 63 | 1D |
| Octal | 225 | 140 | 1 | 0 | 44 | 143 | 52 | 47 | 143 | 35 |
| Binary | 10010101 | 1100000 | 1 | 0 | 100100 | 1100011 | 101010 | 100111 | 1100011 | 11101 |
Color Harmonies of #956001
Complementary color
Monochromatic Colors of #956001
Black with #956001
Text Example
Text Example
White with #956001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956001; }
p { color: rgb(149,96,1); }
H1.HeaderClassName
{
color: #956001;
}
.AnyTagClassName
{
color: #956001;
}
</style>
background-color css
<style>
a { background-color: #956001; }
a { background-color: rgb(149,96,1); }
div.DivClassName
{
background-color: #956001;
}
.BgClassName
{
background-color: #956001;
}
</style>
border-color css
<style>
span { border-color: #956001; }
span { border-color: rgb(149,96,1); }
td.TdClassName
{
border-color: #956001;
}
.TagClassName
{
border-color: #956001;
}
</style>