Shades of Golden Brown #956F17
Tints of Golden Brown #956F17
RGB
CMYK
RGB Variations
Color information
#956F17 (or 0x956F17) is known color: Golden Brown. HEX triplet: 95, 6F and 17. RGB value is (149,111,23). Sum of RGB (Red+Green+Blue) = 149+111+23=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 111 (43.75% from 255 or 39.22% from 283); Blue value is 23 (9.38% from 255 or 8.13% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #956F17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956F17 is #6A90E8. Grayscale: #707070. Windows color (decimal): -6983913 or 1535893. OLE color: 1535893.
HSL color Cylindrical-coordinate representation of color #956F17: hue angle of 41.9º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #956F17 is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 111 | 23 | - |
| CMYK | 0 | 0.26 | 0.85 | 0.42 |
| HSL | 41.9º | 0.73% | 0.34% | - |
| HSV(B) | 41.9º | 0.85% | 0.58% | - |
| XYZ | 18.23 | 17.82 | 3.29 | - |
| YUV | 112.33 | 77.59 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 111 | 23 | 0 | 0.26 | 0.85 | 0.42 | 41.9 | 0.73 | 0.34 |
| Hex | 95 | 6F | 17 | 0 | 1A | 55 | 2A | 2A | 49 | 22 |
| Octal | 225 | 157 | 27 | 0 | 32 | 125 | 52 | 52 | 111 | 42 |
| Binary | 10010101 | 1101111 | 10111 | 0 | 11010 | 1010101 | 101010 | 101010 | 1001001 | 100010 |
Color Harmonies of #956F17
Complementary color
Monochromatic Colors of #956F17
Black with #956F17
Text Example
Text Example
White with #956F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956F17; }
p { color: rgb(149,111,23); }
H1.HeaderClassName
{
color: #956F17;
}
.AnyTagClassName
{
color: #956F17;
}
</style>
background-color css
<style>
a { background-color: #956F17; }
a { background-color: rgb(149,111,23); }
div.DivClassName
{
background-color: #956F17;
}
.BgClassName
{
background-color: #956F17;
}
</style>
border-color css
<style>
span { border-color: #956F17; }
span { border-color: rgb(149,111,23); }
td.TdClassName
{
border-color: #956F17;
}
.TagClassName
{
border-color: #956F17;
}
</style>