Shades of Golden Brown #956C0D
Tints of Golden Brown #956C0D
RGB
CMYK
RGB Variations
Color information
#956C0D (or 0x956C0D) is known color: Golden Brown. HEX triplet: 95, 6C and 0D. RGB value is (149,108,13). Sum of RGB (Red+Green+Blue) = 149+108+13=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 108 (42.58% from 255 or 40% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #956C0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956C0D is #6A93F2. Grayscale: #6D6D6D. Windows color (decimal): -6984691 or 879765. OLE color: 879765.
HSL color Cylindrical-coordinate representation of color #956C0D: hue angle of 41.91º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #956C0D is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 108 | 13 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.42 |
| HSL | 41.91º | 0.84% | 0.32% | - |
| HSV(B) | 41.91º | 0.91% | 0.58% | - |
| XYZ | 17.83 | 17.14 | 2.75 | - |
| YUV | 109.43 | 73.58 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 108 | 13 | 0 | 0.28 | 0.91 | 0.42 | 41.91 | 0.84 | 0.32 |
| Hex | 95 | 6C | D | 0 | 1C | 5B | 2A | 2A | 54 | 20 |
| Octal | 225 | 154 | 15 | 0 | 34 | 133 | 52 | 52 | 124 | 40 |
| Binary | 10010101 | 1101100 | 1101 | 0 | 11100 | 1011011 | 101010 | 101010 | 1010100 | 100000 |
Color Harmonies of #956C0D
Complementary color
Monochromatic Colors of #956C0D
Black with #956C0D
Text Example
Text Example
White with #956C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956C0D; }
p { color: rgb(149,108,13); }
H1.HeaderClassName
{
color: #956C0D;
}
.AnyTagClassName
{
color: #956C0D;
}
</style>
background-color css
<style>
a { background-color: #956C0D; }
a { background-color: rgb(149,108,13); }
div.DivClassName
{
background-color: #956C0D;
}
.BgClassName
{
background-color: #956C0D;
}
</style>
border-color css
<style>
span { border-color: #956C0D; }
span { border-color: rgb(149,108,13); }
td.TdClassName
{
border-color: #956C0D;
}
.TagClassName
{
border-color: #956C0D;
}
</style>