Shades of Golden Brown #956F00
Tints of Golden Brown #956F00
RGB
CMYK
RGB Variations
Color information
#956F00 (or 0x956F00) is known color: Golden Brown. HEX triplet: 95, 6F and 00. RGB value is (149,111,0). Sum of RGB (Red+Green+Blue) = 149+111+0=260 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.31% from 260); Green value is 111 (43.75% from 255 or 42.69% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 149 - color contains mainly: red. Hex color #956F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956F00 is #6A90FF. Grayscale: #6E6E6E. Windows color (decimal): -6983936 or 28565. OLE color: 28565.
HSL color Cylindrical-coordinate representation of color #956F00: hue angle of 44.7º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #956F00 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 111 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.42 |
| HSL | 44.7º | 1% | 0.29% | - |
| HSV(B) | 44.7º | 1% | 0.58% | - |
| XYZ | 18.08 | 17.76 | 2.47 | - |
| YUV | 109.71 | 66.09 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 111 | 0 | 0 | 0.26 | 1 | 0.42 | 44.7 | 1 | 0.29 |
| Hex | 95 | 6F | 0 | 0 | 1A | 64 | 2A | 2D | 64 | 1D |
| Octal | 225 | 157 | 0 | 0 | 32 | 144 | 52 | 55 | 144 | 35 |
| Binary | 10010101 | 1101111 | 0 | 0 | 11010 | 1100100 | 101010 | 101101 | 1100100 | 11101 |
Color Harmonies of #956F00
Complementary color
Monochromatic Colors of #956F00
Black with #956F00
Text Example
Text Example
White with #956F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956F00; }
p { color: rgb(149,111,0); }
H1.HeaderClassName
{
color: #956F00;
}
.AnyTagClassName
{
color: #956F00;
}
</style>
background-color css
<style>
a { background-color: #956F00; }
a { background-color: rgb(149,111,0); }
div.DivClassName
{
background-color: #956F00;
}
.BgClassName
{
background-color: #956F00;
}
</style>
border-color css
<style>
span { border-color: #956F00; }
span { border-color: rgb(149,111,0); }
td.TdClassName
{
border-color: #956F00;
}
.TagClassName
{
border-color: #956F00;
}
</style>