Shades of Golden Brown #956F01
Tints of Golden Brown #956F01
RGB
CMYK
RGB Variations
Color information
#956F01 (or 0x956F01) is known color: Golden Brown. HEX triplet: 95, 6F and 01. RGB value is (149,111,1). Sum of RGB (Red+Green+Blue) = 149+111+1=261 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.09% from 261); Green value is 111 (43.75% from 255 or 42.53% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 149 - color contains mainly: red. Hex color #956F01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956F01 is #6A90FE. Grayscale: #6E6E6E. Windows color (decimal): -6983935 or 94101. OLE color: 94101.
HSL color Cylindrical-coordinate representation of color #956F01: hue angle of 44.59º 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 #956F01 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 111 | 1 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.42 |
| HSL | 44.59º | 0.99% | 0.29% | - |
| HSV(B) | 44.59º | 0.99% | 0.58% | - |
| XYZ | 18.08 | 17.76 | 2.5 | - |
| YUV | 109.82 | 66.59 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 111 | 1 | 0 | 0.26 | 0.99 | 0.42 | 44.59 | 0.99 | 0.29 |
| Hex | 95 | 6F | 1 | 0 | 1A | 63 | 2A | 2D | 63 | 1D |
| Octal | 225 | 157 | 1 | 0 | 32 | 143 | 52 | 55 | 143 | 35 |
| Binary | 10010101 | 1101111 | 1 | 0 | 11010 | 1100011 | 101010 | 101101 | 1100011 | 11101 |
Color Harmonies of #956F01
Complementary color
Monochromatic Colors of #956F01
Black with #956F01
Text Example
Text Example
White with #956F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956F01; }
p { color: rgb(149,111,1); }
H1.HeaderClassName
{
color: #956F01;
}
.AnyTagClassName
{
color: #956F01;
}
</style>
background-color css
<style>
a { background-color: #956F01; }
a { background-color: rgb(149,111,1); }
div.DivClassName
{
background-color: #956F01;
}
.BgClassName
{
background-color: #956F01;
}
</style>
border-color css
<style>
span { border-color: #956F01; }
span { border-color: rgb(149,111,1); }
td.TdClassName
{
border-color: #956F01;
}
.TagClassName
{
border-color: #956F01;
}
</style>