Shades of Golden Brown #946C1C
Tints of Golden Brown #946C1C
RGB
CMYK
RGB Variations
Color information
#946C1C (or 0x946C1C) is known color: Golden Brown. HEX triplet: 94, 6C and 1C. RGB value is (148,108,28). Sum of RGB (Red+Green+Blue) = 148+108+28=284 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.11% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 148 - color contains mainly: red. Hex color #946C1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946C1C is #6B93E3. Grayscale: #6F6F6F. Windows color (decimal): -7050212 or 1862804. OLE color: 1862804.
HSL color Cylindrical-coordinate representation of color #946C1C: hue angle of 40º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #946C1C is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 108 | 28 | - |
| CMYK | 0 | 0.27 | 0.81 | 0.42 |
| HSL | 40º | 0.68% | 0.35% | - |
| HSV(B) | 40º | 0.81% | 0.58% | - |
| XYZ | 17.78 | 17.1 | 3.46 | - |
| YUV | 110.84 | 81.25 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 108 | 28 | 0 | 0.27 | 0.81 | 0.42 | 40 | 0.68 | 0.35 |
| Hex | 94 | 6C | 1C | 0 | 1B | 51 | 2A | 28 | 44 | 23 |
| Octal | 224 | 154 | 34 | 0 | 33 | 121 | 52 | 50 | 104 | 43 |
| Binary | 10010100 | 1101100 | 11100 | 0 | 11011 | 1010001 | 101010 | 101000 | 1000100 | 100011 |
Color Harmonies of #946C1C
Complementary color
Monochromatic Colors of #946C1C
Black with #946C1C
Text Example
Text Example
White with #946C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946C1C; }
p { color: rgb(148,108,28); }
H1.HeaderClassName
{
color: #946C1C;
}
.AnyTagClassName
{
color: #946C1C;
}
</style>
background-color css
<style>
a { background-color: #946C1C; }
a { background-color: rgb(148,108,28); }
div.DivClassName
{
background-color: #946C1C;
}
.BgClassName
{
background-color: #946C1C;
}
</style>
border-color css
<style>
span { border-color: #946C1C; }
span { border-color: rgb(148,108,28); }
td.TdClassName
{
border-color: #946C1C;
}
.TagClassName
{
border-color: #946C1C;
}
</style>