Shades of Golden Brown #956F06
Tints of Golden Brown #956F06
RGB
CMYK
RGB Variations
Color information
#956F06 (or 0x956F06) is known color: Golden Brown. HEX triplet: 95, 6F and 06. RGB value is (149,111,6). Sum of RGB (Red+Green+Blue) = 149+111+6=266 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.02% from 266); Green value is 111 (43.75% from 255 or 41.73% from 266); Blue value is 6 (2.73% from 255 or 2.26% from 266); Max value from RGB is 149 - color contains mainly: red. Hex color #956F06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956F06 is #6A90F9. Grayscale: #6E6E6E. Windows color (decimal): -6983930 or 421781. OLE color: 421781.
HSL color Cylindrical-coordinate representation of color #956F06: hue angle of 44.06º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #956F06 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 111 | 6 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.42 |
| HSL | 44.06º | 0.92% | 0.3% | - |
| HSV(B) | 44.06º | 0.96% | 0.58% | - |
| XYZ | 18.11 | 17.77 | 2.65 | - |
| YUV | 110.39 | 69.09 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 111 | 6 | 0 | 0.26 | 0.96 | 0.42 | 44.06 | 0.92 | 0.3 |
| Hex | 95 | 6F | 6 | 0 | 1A | 60 | 2A | 2C | 5C | 1E |
| Octal | 225 | 157 | 6 | 0 | 32 | 140 | 52 | 54 | 134 | 36 |
| Binary | 10010101 | 1101111 | 110 | 0 | 11010 | 1100000 | 101010 | 101100 | 1011100 | 11110 |
Color Harmonies of #956F06
Complementary color
Monochromatic Colors of #956F06
Black with #956F06
Text Example
Text Example
White with #956F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956F06; }
p { color: rgb(149,111,6); }
H1.HeaderClassName
{
color: #956F06;
}
.AnyTagClassName
{
color: #956F06;
}
</style>
background-color css
<style>
a { background-color: #956F06; }
a { background-color: rgb(149,111,6); }
div.DivClassName
{
background-color: #956F06;
}
.BgClassName
{
background-color: #956F06;
}
</style>
border-color css
<style>
span { border-color: #956F06; }
span { border-color: rgb(149,111,6); }
td.TdClassName
{
border-color: #956F06;
}
.TagClassName
{
border-color: #956F06;
}
</style>