Shades of Golden Brown #946D17
Tints of Golden Brown #946D17
RGB
CMYK
RGB Variations
Color information
#946D17 (or 0x946D17) is known color: Golden Brown. HEX triplet: 94, 6D and 17. RGB value is (148,109,23). Sum of RGB (Red+Green+Blue) = 148+109+23=280 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.86% from 280); Green value is 109 (42.97% from 255 or 38.93% from 280); Blue value is 23 (9.38% from 255 or 8.21% from 280); Max value from RGB is 148 - color contains mainly: red. Hex color #946D17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946D17 is #6B92E8. Grayscale: #6F6F6F. Windows color (decimal): -7049961 or 1535380. OLE color: 1535380.
HSL color Cylindrical-coordinate representation of color #946D17: hue angle of 41.28º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #946D17 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 109 | 23 | - |
| CMYK | 0 | 0.26 | 0.84 | 0.42 |
| HSL | 41.28º | 0.73% | 0.34% | - |
| HSV(B) | 41.28º | 0.84% | 0.58% | - |
| XYZ | 17.84 | 17.3 | 3.21 | - |
| YUV | 110.86 | 78.42 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 109 | 23 | 0 | 0.26 | 0.84 | 0.42 | 41.28 | 0.73 | 0.34 |
| Hex | 94 | 6D | 17 | 0 | 1A | 54 | 2A | 29 | 49 | 22 |
| Octal | 224 | 155 | 27 | 0 | 32 | 124 | 52 | 51 | 111 | 42 |
| Binary | 10010100 | 1101101 | 10111 | 0 | 11010 | 1010100 | 101010 | 101001 | 1001001 | 100010 |
Color Harmonies of #946D17
Complementary color
Monochromatic Colors of #946D17
Black with #946D17
Text Example
Text Example
White with #946D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946D17; }
p { color: rgb(148,109,23); }
H1.HeaderClassName
{
color: #946D17;
}
.AnyTagClassName
{
color: #946D17;
}
</style>
background-color css
<style>
a { background-color: #946D17; }
a { background-color: rgb(148,109,23); }
div.DivClassName
{
background-color: #946D17;
}
.BgClassName
{
background-color: #946D17;
}
</style>
border-color css
<style>
span { border-color: #946D17; }
span { border-color: rgb(148,109,23); }
td.TdClassName
{
border-color: #946D17;
}
.TagClassName
{
border-color: #946D17;
}
</style>