Shades of Golden Brown #946818
Tints of Golden Brown #946818
RGB
CMYK
RGB Variations
Color information
#946818 (or 0x946818) is known color: Golden Brown. HEX triplet: 94, 68 and 18. RGB value is (148,104,24). Sum of RGB (Red+Green+Blue) = 148+104+24=276 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.62% from 276); Green value is 104 (41.02% from 255 or 37.68% from 276); Blue value is 24 (9.77% from 255 or 8.70% from 276); Max value from RGB is 148 - color contains mainly: red. Hex color #946818 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946818 is #6B97E7. Grayscale: #6C6C6C. Windows color (decimal): -7051240 or 1599636. OLE color: 1599636.
HSL color Cylindrical-coordinate representation of color #946818: hue angle of 38.71º degrees, saturation: 0.72, 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 #946818 is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 104 | 24 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.42 |
| HSL | 38.71º | 0.72% | 0.34% | - |
| HSV(B) | 38.71º | 0.84% | 0.58% | - |
| XYZ | 17.33 | 16.26 | 3.09 | - |
| YUV | 108.04 | 80.58 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 104 | 24 | 0 | 0.30 | 0.84 | 0.42 | 38.71 | 0.72 | 0.34 |
| Hex | 94 | 68 | 18 | 0 | 1E | 54 | 2A | 27 | 48 | 22 |
| Octal | 224 | 150 | 30 | 0 | 36 | 124 | 52 | 47 | 110 | 42 |
| Binary | 10010100 | 1101000 | 11000 | 0 | 11110 | 1010100 | 101010 | 100111 | 1001000 | 100010 |
Color Harmonies of #946818
Complementary color
Monochromatic Colors of #946818
Black with #946818
Text Example
Text Example
White with #946818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946818; }
p { color: rgb(148,104,24); }
H1.HeaderClassName
{
color: #946818;
}
.AnyTagClassName
{
color: #946818;
}
</style>
background-color css
<style>
a { background-color: #946818; }
a { background-color: rgb(148,104,24); }
div.DivClassName
{
background-color: #946818;
}
.BgClassName
{
background-color: #946818;
}
</style>
border-color css
<style>
span { border-color: #946818; }
span { border-color: rgb(148,104,24); }
td.TdClassName
{
border-color: #946818;
}
.TagClassName
{
border-color: #946818;
}
</style>