Shades of Golden Brown #956F13
Tints of Golden Brown #956F13
RGB
CMYK
RGB Variations
Color information
#956F13 (or 0x956F13) is known color: Golden Brown. HEX triplet: 95, 6F and 13. RGB value is (149,111,19). Sum of RGB (Red+Green+Blue) = 149+111+19=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 111 (43.75% from 255 or 39.78% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #956F13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956F13 is #6A90EC. Grayscale: #707070. Windows color (decimal): -6983917 or 1273749. OLE color: 1273749.
HSL color Cylindrical-coordinate representation of color #956F13: hue angle of 42.46º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #956F13 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 111 | 19 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.42 |
| HSL | 42.46º | 0.77% | 0.33% | - |
| HSV(B) | 42.46º | 0.87% | 0.58% | - |
| XYZ | 18.2 | 17.81 | 3.09 | - |
| YUV | 111.87 | 75.59 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 111 | 19 | 0 | 0.26 | 0.87 | 0.42 | 42.46 | 0.77 | 0.33 |
| Hex | 95 | 6F | 13 | 0 | 1A | 57 | 2A | 2A | 4D | 21 |
| Octal | 225 | 157 | 23 | 0 | 32 | 127 | 52 | 52 | 115 | 41 |
| Binary | 10010101 | 1101111 | 10011 | 0 | 11010 | 1010111 | 101010 | 101010 | 1001101 | 100001 |
Color Harmonies of #956F13
Complementary color
Monochromatic Colors of #956F13
Black with #956F13
Text Example
Text Example
White with #956F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956F13; }
p { color: rgb(149,111,19); }
H1.HeaderClassName
{
color: #956F13;
}
.AnyTagClassName
{
color: #956F13;
}
</style>
background-color css
<style>
a { background-color: #956F13; }
a { background-color: rgb(149,111,19); }
div.DivClassName
{
background-color: #956F13;
}
.BgClassName
{
background-color: #956F13;
}
</style>
border-color css
<style>
span { border-color: #956F13; }
span { border-color: rgb(149,111,19); }
td.TdClassName
{
border-color: #956F13;
}
.TagClassName
{
border-color: #956F13;
}
</style>