Shades of Golden Brown #956713
Tints of Golden Brown #956713
RGB
CMYK
RGB Variations
Color information
#956713 (or 0x956713) is known color: Golden Brown. HEX triplet: 95, 67 and 13. RGB value is (149,103,19). Sum of RGB (Red+Green+Blue) = 149+103+19=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 103 (40.62% from 255 or 38.01% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #956713 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956713 is #6A98EC. Grayscale: #6B6B6B. Windows color (decimal): -6985965 or 1271701. OLE color: 1271701.
HSL color Cylindrical-coordinate representation of color #956713: hue angle of 38.77º 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 #956713 is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 103 | 19 | - |
| CMYK | 0 | 0.31 | 0.87 | 0.42 |
| HSL | 38.77º | 0.77% | 0.33% | - |
| HSV(B) | 38.77º | 0.87% | 0.58% | - |
| XYZ | 17.36 | 16.14 | 2.82 | - |
| YUV | 107.18 | 78.24 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 103 | 19 | 0 | 0.31 | 0.87 | 0.42 | 38.77 | 0.77 | 0.33 |
| Hex | 95 | 67 | 13 | 0 | 1F | 57 | 2A | 27 | 4D | 21 |
| Octal | 225 | 147 | 23 | 0 | 37 | 127 | 52 | 47 | 115 | 41 |
| Binary | 10010101 | 1100111 | 10011 | 0 | 11111 | 1010111 | 101010 | 100111 | 1001101 | 100001 |
Color Harmonies of #956713
Complementary color
Monochromatic Colors of #956713
Black with #956713
Text Example
Text Example
White with #956713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956713; }
p { color: rgb(149,103,19); }
H1.HeaderClassName
{
color: #956713;
}
.AnyTagClassName
{
color: #956713;
}
</style>
background-color css
<style>
a { background-color: #956713; }
a { background-color: rgb(149,103,19); }
div.DivClassName
{
background-color: #956713;
}
.BgClassName
{
background-color: #956713;
}
</style>
border-color css
<style>
span { border-color: #956713; }
span { border-color: rgb(149,103,19); }
td.TdClassName
{
border-color: #956713;
}
.TagClassName
{
border-color: #956713;
}
</style>