Shades of Golden Brown #956F19
Tints of Golden Brown #956F19
RGB
CMYK
RGB Variations
Color information
#956F19 (or 0x956F19) is known color: Golden Brown. HEX triplet: 95, 6F and 19. RGB value is (149,111,25). Sum of RGB (Red+Green+Blue) = 149+111+25=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 111 (43.75% from 255 or 38.95% from 285); Blue value is 25 (10.16% from 255 or 8.77% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #956F19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956F19 is #6A90E6. Grayscale: #707070. Windows color (decimal): -6983911 or 1666965. OLE color: 1666965.
HSL color Cylindrical-coordinate representation of color #956F19: hue angle of 41.61º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #956F19 is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 111 | 25 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.42 |
| HSL | 41.61º | 0.71% | 0.34% | - |
| HSV(B) | 41.61º | 0.83% | 0.58% | - |
| XYZ | 18.25 | 17.83 | 3.4 | - |
| YUV | 112.56 | 78.59 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 111 | 25 | 0 | 0.26 | 0.83 | 0.42 | 41.61 | 0.71 | 0.34 |
| Hex | 95 | 6F | 19 | 0 | 1A | 53 | 2A | 2A | 47 | 22 |
| Octal | 225 | 157 | 31 | 0 | 32 | 123 | 52 | 52 | 107 | 42 |
| Binary | 10010101 | 1101111 | 11001 | 0 | 11010 | 1010011 | 101010 | 101010 | 1000111 | 100010 |
Color Harmonies of #956F19
Complementary color
Monochromatic Colors of #956F19
Black with #956F19
Text Example
Text Example
White with #956F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956F19; }
p { color: rgb(149,111,25); }
H1.HeaderClassName
{
color: #956F19;
}
.AnyTagClassName
{
color: #956F19;
}
</style>
background-color css
<style>
a { background-color: #956F19; }
a { background-color: rgb(149,111,25); }
div.DivClassName
{
background-color: #956F19;
}
.BgClassName
{
background-color: #956F19;
}
</style>
border-color css
<style>
span { border-color: #956F19; }
span { border-color: rgb(149,111,25); }
td.TdClassName
{
border-color: #956F19;
}
.TagClassName
{
border-color: #956F19;
}
</style>