Shades of Golden Brown #956B15
Tints of Golden Brown #956B15
RGB
CMYK
RGB Variations
Color information
#956B15 (or 0x956B15) is known color: Golden Brown. HEX triplet: 95, 6B and 15. RGB value is (149,107,21). Sum of RGB (Red+Green+Blue) = 149+107+21=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 107 (42.19% from 255 or 38.63% from 277); Blue value is 21 (8.59% from 255 or 7.58% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #956B15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956B15 is #6A94EA. Grayscale: #6E6E6E. Windows color (decimal): -6984939 or 1403797. OLE color: 1403797.
HSL color Cylindrical-coordinate representation of color #956B15: hue angle of 40.31º 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 #956B15 is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 107 | 21 | - |
| CMYK | 0 | 0.28 | 0.86 | 0.42 |
| HSL | 40.31º | 0.75% | 0.33% | - |
| HSV(B) | 40.31º | 0.86% | 0.58% | - |
| XYZ | 17.79 | 16.96 | 3.05 | - |
| YUV | 109.75 | 77.91 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 107 | 21 | 0 | 0.28 | 0.86 | 0.42 | 40.31 | 0.75 | 0.33 |
| Hex | 95 | 6B | 15 | 0 | 1C | 56 | 2A | 28 | 4B | 21 |
| Octal | 225 | 153 | 25 | 0 | 34 | 126 | 52 | 50 | 113 | 41 |
| Binary | 10010101 | 1101011 | 10101 | 0 | 11100 | 1010110 | 101010 | 101000 | 1001011 | 100001 |
Color Harmonies of #956B15
Complementary color
Monochromatic Colors of #956B15
Black with #956B15
Text Example
Text Example
White with #956B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956B15; }
p { color: rgb(149,107,21); }
H1.HeaderClassName
{
color: #956B15;
}
.AnyTagClassName
{
color: #956B15;
}
</style>
background-color css
<style>
a { background-color: #956B15; }
a { background-color: rgb(149,107,21); }
div.DivClassName
{
background-color: #956B15;
}
.BgClassName
{
background-color: #956B15;
}
</style>
border-color css
<style>
span { border-color: #956B15; }
span { border-color: rgb(149,107,21); }
td.TdClassName
{
border-color: #956B15;
}
.TagClassName
{
border-color: #956B15;
}
</style>