Shades of Golden Brown #956A0F
Tints of Golden Brown #956A0F
RGB
CMYK
RGB Variations
Color information
#956A0F (or 0x956A0F) is known color: Golden Brown. HEX triplet: 95, 6A and 0F. RGB value is (149,106,15). Sum of RGB (Red+Green+Blue) = 149+106+15=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 106 (41.80% from 255 or 39.26% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #956A0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956A0F is #6A95F0. Grayscale: #6C6C6C. Windows color (decimal): -6985201 or 1010325. OLE color: 1010325.
HSL color Cylindrical-coordinate representation of color #956A0F: hue angle of 40.75º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #956A0F is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 106 | 15 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.42 |
| HSL | 40.75º | 0.82% | 0.32% | - |
| HSV(B) | 40.75º | 0.9% | 0.58% | - |
| XYZ | 17.63 | 16.73 | 2.75 | - |
| YUV | 108.48 | 75.25 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 106 | 15 | 0 | 0.29 | 0.90 | 0.42 | 40.75 | 0.82 | 0.32 |
| Hex | 95 | 6A | F | 0 | 1D | 5A | 2A | 29 | 52 | 20 |
| Octal | 225 | 152 | 17 | 0 | 35 | 132 | 52 | 51 | 122 | 40 |
| Binary | 10010101 | 1101010 | 1111 | 0 | 11101 | 1011010 | 101010 | 101001 | 1010010 | 100000 |
Color Harmonies of #956A0F
Complementary color
Monochromatic Colors of #956A0F
Black with #956A0F
Text Example
Text Example
White with #956A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956A0F; }
p { color: rgb(149,106,15); }
H1.HeaderClassName
{
color: #956A0F;
}
.AnyTagClassName
{
color: #956A0F;
}
</style>
background-color css
<style>
a { background-color: #956A0F; }
a { background-color: rgb(149,106,15); }
div.DivClassName
{
background-color: #956A0F;
}
.BgClassName
{
background-color: #956A0F;
}
</style>
border-color css
<style>
span { border-color: #956A0F; }
span { border-color: rgb(149,106,15); }
td.TdClassName
{
border-color: #956A0F;
}
.TagClassName
{
border-color: #956A0F;
}
</style>