Shades of Golden Brown #946C15
Tints of Golden Brown #946C15
RGB
CMYK
RGB Variations
Color information
#946C15 (or 0x946C15) is known color: Golden Brown. HEX triplet: 94, 6C and 15. RGB value is (148,108,21). Sum of RGB (Red+Green+Blue) = 148+108+21=277 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.43% from 277); Green value is 108 (42.58% from 255 or 38.99% from 277); Blue value is 21 (8.59% from 255 or 7.58% from 277); Max value from RGB is 148 - color contains mainly: red. Hex color #946C15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946C15 is #6B93EA. Grayscale: #6E6E6E. Windows color (decimal): -7050219 or 1404052. OLE color: 1404052.
HSL color Cylindrical-coordinate representation of color #946C15: hue angle of 41.1º 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 #946C15 is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 108 | 21 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.42 |
| HSL | 41.1º | 0.75% | 0.33% | - |
| HSV(B) | 41.1º | 0.86% | 0.58% | - |
| XYZ | 17.71 | 17.08 | 3.07 | - |
| YUV | 110.04 | 77.75 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 108 | 21 | 0 | 0.27 | 0.86 | 0.42 | 41.1 | 0.75 | 0.33 |
| Hex | 94 | 6C | 15 | 0 | 1B | 56 | 2A | 29 | 4B | 21 |
| Octal | 224 | 154 | 25 | 0 | 33 | 126 | 52 | 51 | 113 | 41 |
| Binary | 10010100 | 1101100 | 10101 | 0 | 11011 | 1010110 | 101010 | 101001 | 1001011 | 100001 |
Color Harmonies of #946C15
Complementary color
Monochromatic Colors of #946C15
Black with #946C15
Text Example
Text Example
White with #946C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946C15; }
p { color: rgb(148,108,21); }
H1.HeaderClassName
{
color: #946C15;
}
.AnyTagClassName
{
color: #946C15;
}
</style>
background-color css
<style>
a { background-color: #946C15; }
a { background-color: rgb(148,108,21); }
div.DivClassName
{
background-color: #946C15;
}
.BgClassName
{
background-color: #946C15;
}
</style>
border-color css
<style>
span { border-color: #946C15; }
span { border-color: rgb(148,108,21); }
td.TdClassName
{
border-color: #946C15;
}
.TagClassName
{
border-color: #946C15;
}
</style>