Shades of Golden Brown #946C03
Tints of Golden Brown #946C03
RGB
CMYK
RGB Variations
Color information
#946C03 (or 0x946C03) is known color: Golden Brown. HEX triplet: 94, 6C and 03. RGB value is (148,108,3). Sum of RGB (Red+Green+Blue) = 148+108+3=259 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.14% from 259); Green value is 108 (42.58% from 255 or 41.70% from 259); Blue value is 3 (1.56% from 255 or 1.16% from 259); Max value from RGB is 148 - color contains mainly: red. Hex color #946C03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946C03 is #6B93FC. Grayscale: #6C6C6C. Windows color (decimal): -7050237 or 224404. OLE color: 224404.
HSL color Cylindrical-coordinate representation of color #946C03: hue angle of 43.45º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #946C03 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 108 | 3 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.42 |
| HSL | 43.45º | 0.96% | 0.3% | - |
| HSV(B) | 43.45º | 0.98% | 0.58% | - |
| XYZ | 17.59 | 17.03 | 2.45 | - |
| YUV | 107.99 | 68.75 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 108 | 3 | 0 | 0.27 | 0.98 | 0.42 | 43.45 | 0.96 | 0.3 |
| Hex | 94 | 6C | 3 | 0 | 1B | 62 | 2A | 2B | 60 | 1E |
| Octal | 224 | 154 | 3 | 0 | 33 | 142 | 52 | 53 | 140 | 36 |
| Binary | 10010100 | 1101100 | 11 | 0 | 11011 | 1100010 | 101010 | 101011 | 1100000 | 11110 |
Color Harmonies of #946C03
Complementary color
Monochromatic Colors of #946C03
Black with #946C03
Text Example
Text Example
White with #946C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946C03; }
p { color: rgb(148,108,3); }
H1.HeaderClassName
{
color: #946C03;
}
.AnyTagClassName
{
color: #946C03;
}
</style>
background-color css
<style>
a { background-color: #946C03; }
a { background-color: rgb(148,108,3); }
div.DivClassName
{
background-color: #946C03;
}
.BgClassName
{
background-color: #946C03;
}
</style>
border-color css
<style>
span { border-color: #946C03; }
span { border-color: rgb(148,108,3); }
td.TdClassName
{
border-color: #946C03;
}
.TagClassName
{
border-color: #946C03;
}
</style>