Shades of Golden Brown #956613
Tints of Golden Brown #956613
RGB
CMYK
RGB Variations
Color information
#956613 (or 0x956613) is known color: Golden Brown. HEX triplet: 95, 66 and 13. RGB value is (149,102,19). Sum of RGB (Red+Green+Blue) = 149+102+19=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #956613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956613 is #6A99EC. Grayscale: #6A6A6A. Windows color (decimal): -6986221 or 1271445. OLE color: 1271445.
HSL color Cylindrical-coordinate representation of color #956613: hue angle of 38.31º 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 #956613 is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 102 | 19 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.42 |
| HSL | 38.31º | 0.77% | 0.33% | - |
| HSV(B) | 38.31º | 0.87% | 0.58% | - |
| XYZ | 17.26 | 15.94 | 2.78 | - |
| YUV | 106.59 | 78.57 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 102 | 19 | 0 | 0.32 | 0.87 | 0.42 | 38.31 | 0.77 | 0.33 |
| Hex | 95 | 66 | 13 | 0 | 20 | 57 | 2A | 26 | 4D | 21 |
| Octal | 225 | 146 | 23 | 0 | 40 | 127 | 52 | 46 | 115 | 41 |
| Binary | 10010101 | 1100110 | 10011 | 0 | 100000 | 1010111 | 101010 | 100110 | 1001101 | 100001 |
Color Harmonies of #956613
Complementary color
Monochromatic Colors of #956613
Black with #956613
Text Example
Text Example
White with #956613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956613; }
p { color: rgb(149,102,19); }
H1.HeaderClassName
{
color: #956613;
}
.AnyTagClassName
{
color: #956613;
}
</style>
background-color css
<style>
a { background-color: #956613; }
a { background-color: rgb(149,102,19); }
div.DivClassName
{
background-color: #956613;
}
.BgClassName
{
background-color: #956613;
}
</style>
border-color css
<style>
span { border-color: #956613; }
span { border-color: rgb(149,102,19); }
td.TdClassName
{
border-color: #956613;
}
.TagClassName
{
border-color: #956613;
}
</style>