Shades of Golden Brown #956D1D
Tints of Golden Brown #956D1D
RGB
CMYK
RGB Variations
Color information
#956D1D (or 0x956D1D) is known color: Golden Brown. HEX triplet: 95, 6D and 1D. RGB value is (149,109,29). Sum of RGB (Red+Green+Blue) = 149+109+29=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 109 (42.97% from 255 or 37.98% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #956D1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956D1D is #6A92E2. Grayscale: #707070. Windows color (decimal): -6984419 or 1928597. OLE color: 1928597.
HSL color Cylindrical-coordinate representation of color #956D1D: hue angle of 40º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #956D1D is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 109 | 29 | - |
| CMYK | 0 | 0.27 | 0.81 | 0.42 |
| HSL | 40º | 0.67% | 0.35% | - |
| HSV(B) | 40º | 0.81% | 0.58% | - |
| XYZ | 18.08 | 17.42 | 3.57 | - |
| YUV | 111.84 | 81.25 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 109 | 29 | 0 | 0.27 | 0.81 | 0.42 | 40 | 0.67 | 0.35 |
| Hex | 95 | 6D | 1D | 0 | 1B | 51 | 2A | 28 | 43 | 23 |
| Octal | 225 | 155 | 35 | 0 | 33 | 121 | 52 | 50 | 103 | 43 |
| Binary | 10010101 | 1101101 | 11101 | 0 | 11011 | 1010001 | 101010 | 101000 | 1000011 | 100011 |
Color Harmonies of #956D1D
Complementary color
Monochromatic Colors of #956D1D
Black with #956D1D
Text Example
Text Example
White with #956D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956D1D; }
p { color: rgb(149,109,29); }
H1.HeaderClassName
{
color: #956D1D;
}
.AnyTagClassName
{
color: #956D1D;
}
</style>
background-color css
<style>
a { background-color: #956D1D; }
a { background-color: rgb(149,109,29); }
div.DivClassName
{
background-color: #956D1D;
}
.BgClassName
{
background-color: #956D1D;
}
</style>
border-color css
<style>
span { border-color: #956D1D; }
span { border-color: rgb(149,109,29); }
td.TdClassName
{
border-color: #956D1D;
}
.TagClassName
{
border-color: #956D1D;
}
</style>