Shades of Golden Brown #946C19
Tints of Golden Brown #946C19
RGB
CMYK
RGB Variations
Color information
#946C19 (or 0x946C19) is known color: Golden Brown. HEX triplet: 94, 6C and 19. RGB value is (148,108,25). Sum of RGB (Red+Green+Blue) = 148+108+25=281 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.67% from 281); Green value is 108 (42.58% from 255 or 38.43% from 281); Blue value is 25 (10.16% from 255 or 8.90% from 281); Max value from RGB is 148 - color contains mainly: red. Hex color #946C19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946C19 is #6B93E6. Grayscale: #6E6E6E. Windows color (decimal): -7050215 or 1666196. OLE color: 1666196.
HSL color Cylindrical-coordinate representation of color #946C19: hue angle of 40.49º 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 #946C19 is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 108 | 25 | - |
| CMYK | 0 | 0.27 | 0.83 | 0.42 |
| HSL | 40.49º | 0.71% | 0.34% | - |
| HSV(B) | 40.49º | 0.83% | 0.58% | - |
| XYZ | 17.75 | 17.09 | 3.28 | - |
| YUV | 110.5 | 79.75 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 108 | 25 | 0 | 0.27 | 0.83 | 0.42 | 40.49 | 0.71 | 0.34 |
| Hex | 94 | 6C | 19 | 0 | 1B | 53 | 2A | 28 | 47 | 22 |
| Octal | 224 | 154 | 31 | 0 | 33 | 123 | 52 | 50 | 107 | 42 |
| Binary | 10010100 | 1101100 | 11001 | 0 | 11011 | 1010011 | 101010 | 101000 | 1000111 | 100010 |
Color Harmonies of #946C19
Complementary color
Monochromatic Colors of #946C19
Black with #946C19
Text Example
Text Example
White with #946C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946C19; }
p { color: rgb(148,108,25); }
H1.HeaderClassName
{
color: #946C19;
}
.AnyTagClassName
{
color: #946C19;
}
</style>
background-color css
<style>
a { background-color: #946C19; }
a { background-color: rgb(148,108,25); }
div.DivClassName
{
background-color: #946C19;
}
.BgClassName
{
background-color: #946C19;
}
</style>
border-color css
<style>
span { border-color: #946C19; }
span { border-color: rgb(148,108,25); }
td.TdClassName
{
border-color: #946C19;
}
.TagClassName
{
border-color: #946C19;
}
</style>