Shades of Golden Brown #956412
Tints of Golden Brown #956412
RGB
CMYK
RGB Variations
Color information
#956412 (or 0x956412) is known color: Golden Brown. HEX triplet: 95, 64 and 12. RGB value is (149,100,18). Sum of RGB (Red+Green+Blue) = 149+100+18=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 100 (39.45% from 255 or 37.45% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #956412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956412 is #6A9BED. Grayscale: #696969. Windows color (decimal): -6986734 or 1205397. OLE color: 1205397.
HSL color Cylindrical-coordinate representation of color #956412: hue angle of 37.56º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #956412 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 100 | 18 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.42 |
| HSL | 37.56º | 0.78% | 0.33% | - |
| HSV(B) | 37.56º | 0.88% | 0.58% | - |
| XYZ | 17.06 | 15.55 | 2.67 | - |
| YUV | 105.3 | 78.73 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 100 | 18 | 0 | 0.33 | 0.88 | 0.42 | 37.56 | 0.78 | 0.33 |
| Hex | 95 | 64 | 12 | 0 | 21 | 58 | 2A | 26 | 4E | 21 |
| Octal | 225 | 144 | 22 | 0 | 41 | 130 | 52 | 46 | 116 | 41 |
| Binary | 10010101 | 1100100 | 10010 | 0 | 100001 | 1011000 | 101010 | 100110 | 1001110 | 100001 |
Color Harmonies of #956412
Complementary color
Monochromatic Colors of #956412
Black with #956412
Text Example
Text Example
White with #956412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956412; }
p { color: rgb(149,100,18); }
H1.HeaderClassName
{
color: #956412;
}
.AnyTagClassName
{
color: #956412;
}
</style>
background-color css
<style>
a { background-color: #956412; }
a { background-color: rgb(149,100,18); }
div.DivClassName
{
background-color: #956412;
}
.BgClassName
{
background-color: #956412;
}
</style>
border-color css
<style>
span { border-color: #956412; }
span { border-color: rgb(149,100,18); }
td.TdClassName
{
border-color: #956412;
}
.TagClassName
{
border-color: #956412;
}
</style>