Shades of Golden Brown #956706
Tints of Golden Brown #956706
RGB
CMYK
RGB Variations
Color information
#956706 (or 0x956706) is known color: Golden Brown. HEX triplet: 95, 67 and 06. RGB value is (149,103,6). Sum of RGB (Red+Green+Blue) = 149+103+6=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 103 (40.62% from 255 or 39.92% from 258); Blue value is 6 (2.73% from 255 or 2.33% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #956706 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956706 is #6A98F9. Grayscale: #6A6A6A. Windows color (decimal): -6985978 or 419733. OLE color: 419733.
HSL color Cylindrical-coordinate representation of color #956706: hue angle of 40.7º 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 #956706 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 103 | 6 | - |
| CMYK | 0 | 0.31 | 0.96 | 0.42 |
| HSL | 40.7º | 0.92% | 0.3% | - |
| HSV(B) | 40.7º | 0.96% | 0.58% | - |
| XYZ | 17.28 | 16.1 | 2.37 | - |
| YUV | 105.7 | 71.74 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 103 | 6 | 0 | 0.31 | 0.96 | 0.42 | 40.7 | 0.92 | 0.3 |
| Hex | 95 | 67 | 6 | 0 | 1F | 60 | 2A | 29 | 5C | 1E |
| Octal | 225 | 147 | 6 | 0 | 37 | 140 | 52 | 51 | 134 | 36 |
| Binary | 10010101 | 1100111 | 110 | 0 | 11111 | 1100000 | 101010 | 101001 | 1011100 | 11110 |
Color Harmonies of #956706
Complementary color
Monochromatic Colors of #956706
Black with #956706
Text Example
Text Example
White with #956706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956706; }
p { color: rgb(149,103,6); }
H1.HeaderClassName
{
color: #956706;
}
.AnyTagClassName
{
color: #956706;
}
</style>
background-color css
<style>
a { background-color: #956706; }
a { background-color: rgb(149,103,6); }
div.DivClassName
{
background-color: #956706;
}
.BgClassName
{
background-color: #956706;
}
</style>
border-color css
<style>
span { border-color: #956706; }
span { border-color: rgb(149,103,6); }
td.TdClassName
{
border-color: #956706;
}
.TagClassName
{
border-color: #956706;
}
</style>