Shades of Golden Brown #956919
Tints of Golden Brown #956919
RGB
CMYK
RGB Variations
Color information
#956919 (or 0x956919) is known color: Golden Brown. HEX triplet: 95, 69 and 19. RGB value is (149,105,25). Sum of RGB (Red+Green+Blue) = 149+105+25=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 105 (41.41% from 255 or 37.63% from 279); Blue value is 25 (10.16% from 255 or 8.96% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #956919 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956919 is #6A96E6. Grayscale: #6D6D6D. Windows color (decimal): -6985447 or 1665429. OLE color: 1665429.
HSL color Cylindrical-coordinate representation of color #956919: hue angle of 38.71º 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 #956919 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 105 | 25 | - |
| CMYK | 0 | 0.30 | 0.83 | 0.42 |
| HSL | 38.71º | 0.71% | 0.34% | - |
| HSV(B) | 38.71º | 0.83% | 0.58% | - |
| XYZ | 17.62 | 16.56 | 3.19 | - |
| YUV | 109.04 | 80.58 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 105 | 25 | 0 | 0.30 | 0.83 | 0.42 | 38.71 | 0.71 | 0.34 |
| Hex | 95 | 69 | 19 | 0 | 1E | 53 | 2A | 27 | 47 | 22 |
| Octal | 225 | 151 | 31 | 0 | 36 | 123 | 52 | 47 | 107 | 42 |
| Binary | 10010101 | 1101001 | 11001 | 0 | 11110 | 1010011 | 101010 | 100111 | 1000111 | 100010 |
Color Harmonies of #956919
Complementary color
Monochromatic Colors of #956919
Black with #956919
Text Example
Text Example
White with #956919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956919; }
p { color: rgb(149,105,25); }
H1.HeaderClassName
{
color: #956919;
}
.AnyTagClassName
{
color: #956919;
}
</style>
background-color css
<style>
a { background-color: #956919; }
a { background-color: rgb(149,105,25); }
div.DivClassName
{
background-color: #956919;
}
.BgClassName
{
background-color: #956919;
}
</style>
border-color css
<style>
span { border-color: #956919; }
span { border-color: rgb(149,105,25); }
td.TdClassName
{
border-color: #956919;
}
.TagClassName
{
border-color: #956919;
}
</style>