Shades of Golden Brown #956409
Tints of Golden Brown #956409
RGB
CMYK
RGB Variations
Color information
#956409 (or 0x956409) is known color: Golden Brown. HEX triplet: 95, 64 and 09. RGB value is (149,100,9). Sum of RGB (Red+Green+Blue) = 149+100+9=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 100 (39.45% from 255 or 38.76% from 258); Blue value is 9 (3.91% from 255 or 3.49% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #956409 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956409 is #6A9BF6. Grayscale: #686868. Windows color (decimal): -6986743 or 615573. OLE color: 615573.
HSL color Cylindrical-coordinate representation of color #956409: hue angle of 39º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #956409 is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 100 | 9 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.42 |
| HSL | 39º | 0.89% | 0.31% | - |
| HSV(B) | 39º | 0.94% | 0.58% | - |
| XYZ | 17 | 15.52 | 2.36 | - |
| YUV | 104.28 | 74.23 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 100 | 9 | 0 | 0.33 | 0.94 | 0.42 | 39 | 0.89 | 0.31 |
| Hex | 95 | 64 | 9 | 0 | 21 | 5E | 2A | 27 | 59 | 1F |
| Octal | 225 | 144 | 11 | 0 | 41 | 136 | 52 | 47 | 131 | 37 |
| Binary | 10010101 | 1100100 | 1001 | 0 | 100001 | 1011110 | 101010 | 100111 | 1011001 | 11111 |
Color Harmonies of #956409
Complementary color
Monochromatic Colors of #956409
Black with #956409
Text Example
Text Example
White with #956409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956409; }
p { color: rgb(149,100,9); }
H1.HeaderClassName
{
color: #956409;
}
.AnyTagClassName
{
color: #956409;
}
</style>
background-color css
<style>
a { background-color: #956409; }
a { background-color: rgb(149,100,9); }
div.DivClassName
{
background-color: #956409;
}
.BgClassName
{
background-color: #956409;
}
</style>
border-color css
<style>
span { border-color: #956409; }
span { border-color: rgb(149,100,9); }
td.TdClassName
{
border-color: #956409;
}
.TagClassName
{
border-color: #956409;
}
</style>