Shades of Golden Brown #956512
Tints of Golden Brown #956512
RGB
CMYK
RGB Variations
Color information
#956512 (or 0x956512) is known color: Golden Brown. HEX triplet: 95, 65 and 12. RGB value is (149,101,18). Sum of RGB (Red+Green+Blue) = 149+101+18=268 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.60% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 149 - color contains mainly: red. Hex color #956512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956512 is #6A9AED. Grayscale: #6A6A6A. Windows color (decimal): -6986478 or 1205653. OLE color: 1205653.
HSL color Cylindrical-coordinate representation of color #956512: hue angle of 38.02º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #956512 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 101 | 18 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.42 |
| HSL | 38.02º | 0.78% | 0.33% | - |
| HSV(B) | 38.02º | 0.88% | 0.58% | - |
| XYZ | 17.16 | 15.74 | 2.71 | - |
| YUV | 105.89 | 78.4 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 101 | 18 | 0 | 0.32 | 0.88 | 0.42 | 38.02 | 0.78 | 0.33 |
| Hex | 95 | 65 | 12 | 0 | 20 | 58 | 2A | 26 | 4E | 21 |
| Octal | 225 | 145 | 22 | 0 | 40 | 130 | 52 | 46 | 116 | 41 |
| Binary | 10010101 | 1100101 | 10010 | 0 | 100000 | 1011000 | 101010 | 100110 | 1001110 | 100001 |
Color Harmonies of #956512
Complementary color
Monochromatic Colors of #956512
Black with #956512
Text Example
Text Example
White with #956512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956512; }
p { color: rgb(149,101,18); }
H1.HeaderClassName
{
color: #956512;
}
.AnyTagClassName
{
color: #956512;
}
</style>
background-color css
<style>
a { background-color: #956512; }
a { background-color: rgb(149,101,18); }
div.DivClassName
{
background-color: #956512;
}
.BgClassName
{
background-color: #956512;
}
</style>
border-color css
<style>
span { border-color: #956512; }
span { border-color: rgb(149,101,18); }
td.TdClassName
{
border-color: #956512;
}
.TagClassName
{
border-color: #956512;
}
</style>