Shades of Golden Brown #956313
Tints of Golden Brown #956313
RGB
CMYK
RGB Variations
Color information
#956313 (or 0x956313) is known color: Golden Brown. HEX triplet: 95, 63 and 13. RGB value is (149,99,19). Sum of RGB (Red+Green+Blue) = 149+99+19=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #956313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956313 is #6A9CEC. Grayscale: #696969. Windows color (decimal): -6986989 or 1270677. OLE color: 1270677.
HSL color Cylindrical-coordinate representation of color #956313: hue angle of 36.92º 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 #956313 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 99 | 19 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.42 |
| HSL | 36.92º | 0.77% | 0.33% | - |
| HSV(B) | 36.92º | 0.87% | 0.58% | - |
| XYZ | 16.97 | 15.36 | 2.69 | - |
| YUV | 104.83 | 79.57 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 99 | 19 | 0 | 0.34 | 0.87 | 0.42 | 36.92 | 0.77 | 0.33 |
| Hex | 95 | 63 | 13 | 0 | 22 | 57 | 2A | 25 | 4D | 21 |
| Octal | 225 | 143 | 23 | 0 | 42 | 127 | 52 | 45 | 115 | 41 |
| Binary | 10010101 | 1100011 | 10011 | 0 | 100010 | 1010111 | 101010 | 100101 | 1001101 | 100001 |
Color Harmonies of #956313
Complementary color
Monochromatic Colors of #956313
Black with #956313
Text Example
Text Example
White with #956313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956313; }
p { color: rgb(149,99,19); }
H1.HeaderClassName
{
color: #956313;
}
.AnyTagClassName
{
color: #956313;
}
</style>
background-color css
<style>
a { background-color: #956313; }
a { background-color: rgb(149,99,19); }
div.DivClassName
{
background-color: #956313;
}
.BgClassName
{
background-color: #956313;
}
</style>
border-color css
<style>
span { border-color: #956313; }
span { border-color: rgb(149,99,19); }
td.TdClassName
{
border-color: #956313;
}
.TagClassName
{
border-color: #956313;
}
</style>