Shades of Golden Brown #946C1A
Tints of Golden Brown #946C1A
RGB
CMYK
RGB Variations
Color information
#946C1A (or 0x946C1A) is known color: Golden Brown. HEX triplet: 94, 6C and 1A. RGB value is (148,108,26). Sum of RGB (Red+Green+Blue) = 148+108+26=282 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.48% from 282); Green value is 108 (42.58% from 255 or 38.30% from 282); Blue value is 26 (10.55% from 255 or 9.22% from 282); Max value from RGB is 148 - color contains mainly: red. Hex color #946C1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946C1A is #6B93E5. Grayscale: #6E6E6E. Windows color (decimal): -7050214 or 1731732. OLE color: 1731732.
HSL color Cylindrical-coordinate representation of color #946C1A: hue angle of 40.33º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #946C1A is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 108 | 26 | - |
| CMYK | 0 | 0.27 | 0.82 | 0.42 |
| HSL | 40.33º | 0.7% | 0.34% | - |
| HSV(B) | 40.33º | 0.82% | 0.58% | - |
| XYZ | 17.76 | 17.1 | 3.34 | - |
| YUV | 110.61 | 80.25 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 108 | 26 | 0 | 0.27 | 0.82 | 0.42 | 40.33 | 0.7 | 0.34 |
| Hex | 94 | 6C | 1A | 0 | 1B | 52 | 2A | 28 | 46 | 22 |
| Octal | 224 | 154 | 32 | 0 | 33 | 122 | 52 | 50 | 106 | 42 |
| Binary | 10010100 | 1101100 | 11010 | 0 | 11011 | 1010010 | 101010 | 101000 | 1000110 | 100010 |
Color Harmonies of #946C1A
Complementary color
Monochromatic Colors of #946C1A
Black with #946C1A
Text Example
Text Example
White with #946C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946C1A; }
p { color: rgb(148,108,26); }
H1.HeaderClassName
{
color: #946C1A;
}
.AnyTagClassName
{
color: #946C1A;
}
</style>
background-color css
<style>
a { background-color: #946C1A; }
a { background-color: rgb(148,108,26); }
div.DivClassName
{
background-color: #946C1A;
}
.BgClassName
{
background-color: #946C1A;
}
</style>
border-color css
<style>
span { border-color: #946C1A; }
span { border-color: rgb(148,108,26); }
td.TdClassName
{
border-color: #946C1A;
}
.TagClassName
{
border-color: #946C1A;
}
</style>