Shades of Golden Brown #956415
Tints of Golden Brown #956415
RGB
CMYK
RGB Variations
Color information
#956415 (or 0x956415) is known color: Golden Brown. HEX triplet: 95, 64 and 15. RGB value is (149,100,21). Sum of RGB (Red+Green+Blue) = 149+100+21=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 100 (39.45% from 255 or 37.04% from 270); Blue value is 21 (8.59% from 255 or 7.78% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #956415 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956415 is #6A9BEA. Grayscale: #6A6A6A. Windows color (decimal): -6986731 or 1402005. OLE color: 1402005.
HSL color Cylindrical-coordinate representation of color #956415: hue angle of 37.03º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #956415 is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 100 | 21 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.42 |
| HSL | 37.03º | 0.75% | 0.33% | - |
| HSV(B) | 37.03º | 0.86% | 0.58% | - |
| XYZ | 17.09 | 15.56 | 2.81 | - |
| YUV | 105.65 | 80.23 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 100 | 21 | 0 | 0.33 | 0.86 | 0.42 | 37.03 | 0.75 | 0.33 |
| Hex | 95 | 64 | 15 | 0 | 21 | 56 | 2A | 25 | 4B | 21 |
| Octal | 225 | 144 | 25 | 0 | 41 | 126 | 52 | 45 | 113 | 41 |
| Binary | 10010101 | 1100100 | 10101 | 0 | 100001 | 1010110 | 101010 | 100101 | 1001011 | 100001 |
Color Harmonies of #956415
Complementary color
Monochromatic Colors of #956415
Black with #956415
Text Example
Text Example
White with #956415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956415; }
p { color: rgb(149,100,21); }
H1.HeaderClassName
{
color: #956415;
}
.AnyTagClassName
{
color: #956415;
}
</style>
background-color css
<style>
a { background-color: #956415; }
a { background-color: rgb(149,100,21); }
div.DivClassName
{
background-color: #956415;
}
.BgClassName
{
background-color: #956415;
}
</style>
border-color css
<style>
span { border-color: #956415; }
span { border-color: rgb(149,100,21); }
td.TdClassName
{
border-color: #956415;
}
.TagClassName
{
border-color: #956415;
}
</style>