Shades of Golden Brown #956209
Tints of Golden Brown #956209
RGB
CMYK
RGB Variations
Color information
#956209 (or 0x956209) is known color: Golden Brown. HEX triplet: 95, 62 and 09. RGB value is (149,98,9). Sum of RGB (Red+Green+Blue) = 149+98+9=256 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.20% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 9 (3.91% from 255 or 3.52% from 256); Max value from RGB is 149 - color contains mainly: red. Hex color #956209 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956209 is #6A9DF6. Grayscale: #676767. Windows color (decimal): -6987255 or 615061. OLE color: 615061.
HSL color Cylindrical-coordinate representation of color #956209: hue angle of 38.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 #956209 is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 98 | 9 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.42 |
| HSL | 38.14º | 0.89% | 0.31% | - |
| HSV(B) | 38.14º | 0.94% | 0.58% | - |
| XYZ | 16.81 | 15.14 | 2.3 | - |
| YUV | 103.1 | 74.9 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 98 | 9 | 0 | 0.34 | 0.94 | 0.42 | 38.14 | 0.89 | 0.31 |
| Hex | 95 | 62 | 9 | 0 | 22 | 5E | 2A | 26 | 59 | 1F |
| Octal | 225 | 142 | 11 | 0 | 42 | 136 | 52 | 46 | 131 | 37 |
| Binary | 10010101 | 1100010 | 1001 | 0 | 100010 | 1011110 | 101010 | 100110 | 1011001 | 11111 |
Color Harmonies of #956209
Complementary color
Monochromatic Colors of #956209
Black with #956209
Text Example
Text Example
White with #956209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956209; }
p { color: rgb(149,98,9); }
H1.HeaderClassName
{
color: #956209;
}
.AnyTagClassName
{
color: #956209;
}
</style>
background-color css
<style>
a { background-color: #956209; }
a { background-color: rgb(149,98,9); }
div.DivClassName
{
background-color: #956209;
}
.BgClassName
{
background-color: #956209;
}
</style>
border-color css
<style>
span { border-color: #956209; }
span { border-color: rgb(149,98,9); }
td.TdClassName
{
border-color: #956209;
}
.TagClassName
{
border-color: #956209;
}
</style>