Shades of Golden Brown #956514
Tints of Golden Brown #956514
RGB
CMYK
RGB Variations
Color information
#956514 (or 0x956514) is known color: Golden Brown. HEX triplet: 95, 65 and 14. RGB value is (149,101,20). Sum of RGB (Red+Green+Blue) = 149+101+20=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 101 (39.84% from 255 or 37.41% from 270); Blue value is 20 (8.20% from 255 or 7.41% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #956514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956514 is #6A9AEB. Grayscale: #6A6A6A. Windows color (decimal): -6986476 or 1336725. OLE color: 1336725.
HSL color Cylindrical-coordinate representation of color #956514: hue angle of 37.67º 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 #956514 is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 101 | 20 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.42 |
| HSL | 37.67º | 0.76% | 0.33% | - |
| HSV(B) | 37.67º | 0.87% | 0.58% | - |
| XYZ | 17.17 | 15.75 | 2.8 | - |
| YUV | 106.12 | 79.4 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 101 | 20 | 0 | 0.32 | 0.87 | 0.42 | 37.67 | 0.76 | 0.33 |
| Hex | 95 | 65 | 14 | 0 | 20 | 57 | 2A | 26 | 4C | 21 |
| Octal | 225 | 145 | 24 | 0 | 40 | 127 | 52 | 46 | 114 | 41 |
| Binary | 10010101 | 1100101 | 10100 | 0 | 100000 | 1010111 | 101010 | 100110 | 1001100 | 100001 |
Color Harmonies of #956514
Complementary color
Monochromatic Colors of #956514
Black with #956514
Text Example
Text Example
White with #956514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956514; }
p { color: rgb(149,101,20); }
H1.HeaderClassName
{
color: #956514;
}
.AnyTagClassName
{
color: #956514;
}
</style>
background-color css
<style>
a { background-color: #956514; }
a { background-color: rgb(149,101,20); }
div.DivClassName
{
background-color: #956514;
}
.BgClassName
{
background-color: #956514;
}
</style>
border-color css
<style>
span { border-color: #956514; }
span { border-color: rgb(149,101,20); }
td.TdClassName
{
border-color: #956514;
}
.TagClassName
{
border-color: #956514;
}
</style>