Shades of Golden Brown #945606
Tints of Golden Brown #945606
RGB
CMYK
RGB Variations
Color information
#945606 (or 0x945606) is known color: Golden Brown. HEX triplet: 94, 56 and 06. RGB value is (148,86,6). Sum of RGB (Red+Green+Blue) = 148+86+6=240 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.67% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 6 (2.73% from 255 or 2.5% from 240); Max value from RGB is 148 - color contains mainly: red. Hex color #945606 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945606 is #6BA9F9. Grayscale: #5F5F5F. Windows color (decimal): -7055866 or 415380. OLE color: 415380.
HSL color Cylindrical-coordinate representation of color #945606: hue angle of 33.8º 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 #945606 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 86 | 6 | - |
| CMYK | 0 | 0.42 | 0.96 | 0.42 |
| HSL | 33.8º | 0.92% | 0.3% | - |
| HSV(B) | 33.8º | 0.96% | 0.58% | - |
| XYZ | 15.57 | 12.96 | 1.85 | - |
| YUV | 95.42 | 77.54 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 86 | 6 | 0 | 0.42 | 0.96 | 0.42 | 33.8 | 0.92 | 0.3 |
| Hex | 94 | 56 | 6 | 0 | 2A | 60 | 2A | 22 | 5C | 1E |
| Octal | 224 | 126 | 6 | 0 | 52 | 140 | 52 | 42 | 134 | 36 |
| Binary | 10010100 | 1010110 | 110 | 0 | 101010 | 1100000 | 101010 | 100010 | 1011100 | 11110 |
Color Harmonies of #945606
Complementary color
Monochromatic Colors of #945606
Black with #945606
Text Example
Text Example
White with #945606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945606; }
p { color: rgb(148,86,6); }
H1.HeaderClassName
{
color: #945606;
}
.AnyTagClassName
{
color: #945606;
}
</style>
background-color css
<style>
a { background-color: #945606; }
a { background-color: rgb(148,86,6); }
div.DivClassName
{
background-color: #945606;
}
.BgClassName
{
background-color: #945606;
}
</style>
border-color css
<style>
span { border-color: #945606; }
span { border-color: rgb(148,86,6); }
td.TdClassName
{
border-color: #945606;
}
.TagClassName
{
border-color: #945606;
}
</style>