Shades of Golden Brown #956909
Tints of Golden Brown #956909
RGB
CMYK
RGB Variations
Color information
#956909 (or 0x956909) is known color: Golden Brown. HEX triplet: 95, 69 and 09. RGB value is (149,105,9). Sum of RGB (Red+Green+Blue) = 149+105+9=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 105 (41.41% from 255 or 39.92% from 263); Blue value is 9 (3.91% from 255 or 3.42% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #956909 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956909 is #6A96F6. Grayscale: #6B6B6B. Windows color (decimal): -6985463 or 616853. OLE color: 616853.
HSL color Cylindrical-coordinate representation of color #956909: hue angle of 41.14º 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 #956909 is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 105 | 9 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.42 |
| HSL | 41.14º | 0.89% | 0.31% | - |
| HSV(B) | 41.14º | 0.94% | 0.58% | - |
| XYZ | 17.5 | 16.51 | 2.52 | - |
| YUV | 107.21 | 72.58 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 105 | 9 | 0 | 0.30 | 0.94 | 0.42 | 41.14 | 0.89 | 0.31 |
| Hex | 95 | 69 | 9 | 0 | 1E | 5E | 2A | 29 | 59 | 1F |
| Octal | 225 | 151 | 11 | 0 | 36 | 136 | 52 | 51 | 131 | 37 |
| Binary | 10010101 | 1101001 | 1001 | 0 | 11110 | 1011110 | 101010 | 101001 | 1011001 | 11111 |
Color Harmonies of #956909
Complementary color
Monochromatic Colors of #956909
Black with #956909
Text Example
Text Example
White with #956909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956909; }
p { color: rgb(149,105,9); }
H1.HeaderClassName
{
color: #956909;
}
.AnyTagClassName
{
color: #956909;
}
</style>
background-color css
<style>
a { background-color: #956909; }
a { background-color: rgb(149,105,9); }
div.DivClassName
{
background-color: #956909;
}
.BgClassName
{
background-color: #956909;
}
</style>
border-color css
<style>
span { border-color: #956909; }
span { border-color: rgb(149,105,9); }
td.TdClassName
{
border-color: #956909;
}
.TagClassName
{
border-color: #956909;
}
</style>