Shades of Golden Brown #946605
Tints of Golden Brown #946605
RGB
CMYK
RGB Variations
Color information
#946605 (or 0x946605) is known color: Golden Brown. HEX triplet: 94, 66 and 05. RGB value is (148,102,5). Sum of RGB (Red+Green+Blue) = 148+102+5=255 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.04% from 255); Green value is 102 (40.23% from 255 or 40% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 148 - color contains mainly: red. Hex color #946605 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946605 is #6B99FA. Grayscale: #696969. Windows color (decimal): -7051771 or 353940. OLE color: 353940.
HSL color Cylindrical-coordinate representation of color #946605: hue angle of 40.7º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #946605 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 102 | 5 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.42 |
| HSL | 40.7º | 0.93% | 0.3% | - |
| HSV(B) | 40.7º | 0.97% | 0.58% | - |
| XYZ | 16.99 | 15.81 | 2.3 | - |
| YUV | 104.7 | 71.74 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 102 | 5 | 0 | 0.31 | 0.97 | 0.42 | 40.7 | 0.93 | 0.3 |
| Hex | 94 | 66 | 5 | 0 | 1F | 61 | 2A | 29 | 5D | 1E |
| Octal | 224 | 146 | 5 | 0 | 37 | 141 | 52 | 51 | 135 | 36 |
| Binary | 10010100 | 1100110 | 101 | 0 | 11111 | 1100001 | 101010 | 101001 | 1011101 | 11110 |
Color Harmonies of #946605
Complementary color
Monochromatic Colors of #946605
Black with #946605
Text Example
Text Example
White with #946605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946605; }
p { color: rgb(148,102,5); }
H1.HeaderClassName
{
color: #946605;
}
.AnyTagClassName
{
color: #946605;
}
</style>
background-color css
<style>
a { background-color: #946605; }
a { background-color: rgb(148,102,5); }
div.DivClassName
{
background-color: #946605;
}
.BgClassName
{
background-color: #946605;
}
</style>
border-color css
<style>
span { border-color: #946605; }
span { border-color: rgb(148,102,5); }
td.TdClassName
{
border-color: #946605;
}
.TagClassName
{
border-color: #946605;
}
</style>