Shades of Golden Brown #946D19
Tints of Golden Brown #946D19
RGB
CMYK
RGB Variations
Color information
#946D19 (or 0x946D19) is known color: Golden Brown. HEX triplet: 94, 6D and 19. RGB value is (148,109,25). Sum of RGB (Red+Green+Blue) = 148+109+25=282 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.48% from 282); Green value is 109 (42.97% from 255 or 38.65% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 148 - color contains mainly: red. Hex color #946D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946D19 is #6B92E6. Grayscale: #6F6F6F. Windows color (decimal): -7049959 or 1666452. OLE color: 1666452.
HSL color Cylindrical-coordinate representation of color #946D19: hue angle of 40.98º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #946D19 is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 109 | 25 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.42 |
| HSL | 40.98º | 0.71% | 0.34% | - |
| HSV(B) | 40.98º | 0.83% | 0.58% | - |
| XYZ | 17.86 | 17.3 | 3.32 | - |
| YUV | 111.09 | 79.42 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 109 | 25 | 0 | 0.26 | 0.83 | 0.42 | 40.98 | 0.71 | 0.34 |
| Hex | 94 | 6D | 19 | 0 | 1A | 53 | 2A | 29 | 47 | 22 |
| Octal | 224 | 155 | 31 | 0 | 32 | 123 | 52 | 51 | 107 | 42 |
| Binary | 10010100 | 1101101 | 11001 | 0 | 11010 | 1010011 | 101010 | 101001 | 1000111 | 100010 |
Color Harmonies of #946D19
Complementary color
Monochromatic Colors of #946D19
Black with #946D19
Text Example
Text Example
White with #946D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946D19; }
p { color: rgb(148,109,25); }
H1.HeaderClassName
{
color: #946D19;
}
.AnyTagClassName
{
color: #946D19;
}
</style>
background-color css
<style>
a { background-color: #946D19; }
a { background-color: rgb(148,109,25); }
div.DivClassName
{
background-color: #946D19;
}
.BgClassName
{
background-color: #946D19;
}
</style>
border-color css
<style>
span { border-color: #946D19; }
span { border-color: rgb(148,109,25); }
td.TdClassName
{
border-color: #946D19;
}
.TagClassName
{
border-color: #946D19;
}
</style>