Shades of Golden Brown #956D1E
Tints of Golden Brown #956D1E
RGB
CMYK
RGB Variations
Color information
#956D1E (or 0x956D1E) is known color: Golden Brown. HEX triplet: 95, 6D and 1E. RGB value is (149,109,30). Sum of RGB (Red+Green+Blue) = 149+109+30=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 109 (42.97% from 255 or 37.85% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #956D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956D1E is #6A92E1. Grayscale: #707070. Windows color (decimal): -6984418 or 1994133. OLE color: 1994133.
HSL color Cylindrical-coordinate representation of color #956D1E: hue angle of 39.83º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #956D1E is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 109 | 30 | - |
| CMYK | 0 | 0.27 | 0.80 | 0.42 |
| HSL | 39.83º | 0.66% | 0.35% | - |
| HSV(B) | 39.83º | 0.8% | 0.58% | - |
| XYZ | 18.1 | 17.42 | 3.64 | - |
| YUV | 111.95 | 81.75 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 109 | 30 | 0 | 0.27 | 0.80 | 0.42 | 39.83 | 0.66 | 0.35 |
| Hex | 95 | 6D | 1E | 0 | 1B | 50 | 2A | 28 | 42 | 23 |
| Octal | 225 | 155 | 36 | 0 | 33 | 120 | 52 | 50 | 102 | 43 |
| Binary | 10010101 | 1101101 | 11110 | 0 | 11011 | 1010000 | 101010 | 101000 | 1000010 | 100011 |
Color Harmonies of #956D1E
Complementary color
Monochromatic Colors of #956D1E
Black with #956D1E
Text Example
Text Example
White with #956D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956D1E; }
p { color: rgb(149,109,30); }
H1.HeaderClassName
{
color: #956D1E;
}
.AnyTagClassName
{
color: #956D1E;
}
</style>
background-color css
<style>
a { background-color: #956D1E; }
a { background-color: rgb(149,109,30); }
div.DivClassName
{
background-color: #956D1E;
}
.BgClassName
{
background-color: #956D1E;
}
</style>
border-color css
<style>
span { border-color: #956D1E; }
span { border-color: rgb(149,109,30); }
td.TdClassName
{
border-color: #956D1E;
}
.TagClassName
{
border-color: #956D1E;
}
</style>