Shades of Golden Brown #946D15
Tints of Golden Brown #946D15
RGB
CMYK
RGB Variations
Color information
#946D15 (or 0x946D15) is known color: Golden Brown. HEX triplet: 94, 6D and 15. RGB value is (148,109,21). Sum of RGB (Red+Green+Blue) = 148+109+21=278 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.24% from 278); Green value is 109 (42.97% from 255 or 39.21% from 278); Blue value is 21 (8.59% from 255 or 7.55% from 278); Max value from RGB is 148 - color contains mainly: red. Hex color #946D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946D15 is #6B92EA. Grayscale: #6F6F6F. Windows color (decimal): -7049963 or 1404308. OLE color: 1404308.
HSL color Cylindrical-coordinate representation of color #946D15: hue angle of 41.57º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #946D15 is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 109 | 21 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.42 |
| HSL | 41.57º | 0.75% | 0.33% | - |
| HSV(B) | 41.57º | 0.86% | 0.58% | - |
| XYZ | 17.82 | 17.29 | 3.11 | - |
| YUV | 110.63 | 77.42 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 109 | 21 | 0 | 0.26 | 0.86 | 0.42 | 41.57 | 0.75 | 0.33 |
| Hex | 94 | 6D | 15 | 0 | 1A | 56 | 2A | 2A | 4B | 21 |
| Octal | 224 | 155 | 25 | 0 | 32 | 126 | 52 | 52 | 113 | 41 |
| Binary | 10010100 | 1101101 | 10101 | 0 | 11010 | 1010110 | 101010 | 101010 | 1001011 | 100001 |
Color Harmonies of #946D15
Complementary color
Monochromatic Colors of #946D15
Black with #946D15
Text Example
Text Example
White with #946D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946D15; }
p { color: rgb(148,109,21); }
H1.HeaderClassName
{
color: #946D15;
}
.AnyTagClassName
{
color: #946D15;
}
</style>
background-color css
<style>
a { background-color: #946D15; }
a { background-color: rgb(148,109,21); }
div.DivClassName
{
background-color: #946D15;
}
.BgClassName
{
background-color: #946D15;
}
</style>
border-color css
<style>
span { border-color: #946D15; }
span { border-color: rgb(148,109,21); }
td.TdClassName
{
border-color: #946D15;
}
.TagClassName
{
border-color: #946D15;
}
</style>