Shades of Golden Brown #956F14
Tints of Golden Brown #956F14
RGB
CMYK
RGB Variations
Color information
#956F14 (or 0x956F14) is known color: Golden Brown. HEX triplet: 95, 6F and 14. RGB value is (149,111,20). Sum of RGB (Red+Green+Blue) = 149+111+20=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 111 (43.75% from 255 or 39.64% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #956F14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956F14 is #6A90EB. Grayscale: #707070. Windows color (decimal): -6983916 or 1339285. OLE color: 1339285.
HSL color Cylindrical-coordinate representation of color #956F14: hue angle of 42.33º degrees, saturation: 0.76, 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 #956F14 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 111 | 20 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.42 |
| HSL | 42.33º | 0.76% | 0.33% | - |
| HSV(B) | 42.33º | 0.87% | 0.58% | - |
| XYZ | 18.21 | 17.81 | 3.14 | - |
| YUV | 111.99 | 76.09 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 111 | 20 | 0 | 0.26 | 0.87 | 0.42 | 42.33 | 0.76 | 0.33 |
| Hex | 95 | 6F | 14 | 0 | 1A | 57 | 2A | 2A | 4C | 21 |
| Octal | 225 | 157 | 24 | 0 | 32 | 127 | 52 | 52 | 114 | 41 |
| Binary | 10010101 | 1101111 | 10100 | 0 | 11010 | 1010111 | 101010 | 101010 | 1001100 | 100001 |
Color Harmonies of #956F14
Complementary color
Monochromatic Colors of #956F14
Black with #956F14
Text Example
Text Example
White with #956F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956F14; }
p { color: rgb(149,111,20); }
H1.HeaderClassName
{
color: #956F14;
}
.AnyTagClassName
{
color: #956F14;
}
</style>
background-color css
<style>
a { background-color: #956F14; }
a { background-color: rgb(149,111,20); }
div.DivClassName
{
background-color: #956F14;
}
.BgClassName
{
background-color: #956F14;
}
</style>
border-color css
<style>
span { border-color: #956F14; }
span { border-color: rgb(149,111,20); }
td.TdClassName
{
border-color: #956F14;
}
.TagClassName
{
border-color: #956F14;
}
</style>