Shades of Golden Brown #956C00
Tints of Golden Brown #956C00
RGB
CMYK
RGB Variations
Color information
#956C00 (or 0x956C00) is known color: Golden Brown. HEX triplet: 95, 6C and 00. RGB value is (149,108,0). Sum of RGB (Red+Green+Blue) = 149+108+0=257 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.98% from 257); Green value is 108 (42.58% from 255 or 42.02% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 149 - color contains mainly: red. Hex color #956C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956C00 is #6A93FF. Grayscale: #6C6C6C. Windows color (decimal): -6984704 or 27797. OLE color: 27797.
HSL color Cylindrical-coordinate representation of color #956C00: hue angle of 43.49º 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 #956C00 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 108 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.42 |
| HSL | 43.49º | 1% | 0.29% | - |
| HSV(B) | 43.49º | 1% | 0.58% | - |
| XYZ | 17.76 | 17.11 | 2.37 | - |
| YUV | 107.95 | 67.08 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 108 | 0 | 0 | 0.28 | 1 | 0.42 | 43.49 | 1 | 0.29 |
| Hex | 95 | 6C | 0 | 0 | 1C | 64 | 2A | 2B | 64 | 1D |
| Octal | 225 | 154 | 0 | 0 | 34 | 144 | 52 | 53 | 144 | 35 |
| Binary | 10010101 | 1101100 | 0 | 0 | 11100 | 1100100 | 101010 | 101011 | 1100100 | 11101 |
Color Harmonies of #956C00
Complementary color
Monochromatic Colors of #956C00
Black with #956C00
Text Example
Text Example
White with #956C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956C00; }
p { color: rgb(149,108,0); }
H1.HeaderClassName
{
color: #956C00;
}
.AnyTagClassName
{
color: #956C00;
}
</style>
background-color css
<style>
a { background-color: #956C00; }
a { background-color: rgb(149,108,0); }
div.DivClassName
{
background-color: #956C00;
}
.BgClassName
{
background-color: #956C00;
}
</style>
border-color css
<style>
span { border-color: #956C00; }
span { border-color: rgb(149,108,0); }
td.TdClassName
{
border-color: #956C00;
}
.TagClassName
{
border-color: #956C00;
}
</style>