Shades of New Amber #663820
Tints of New Amber #663820
RGB
CMYK
RGB Variations
Color information
#663820 (or 0x663820) is known color: New Amber. HEX triplet: 66, 38 and 20. RGB value is (102,56,32). Sum of RGB (Red+Green+Blue) = 102+56+32=190 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.68% from 190); Green value is 56 (22.27% from 255 or 29.47% from 190); Blue value is 32 (12.89% from 255 or 16.84% from 190); Max value from RGB is 102 - color contains mainly: red. Hex color #663820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663820 is #99C7DF. Grayscale: #434343. Windows color (decimal): -10078176 or 2111590. OLE color: 2111590.
HSL color Cylindrical-coordinate representation of color #663820: hue angle of 20.57º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #663820 is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 56 | 32 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.6 |
| HSL | 20.57º | 0.52% | 0.26% | - |
| HSV(B) | 20.57º | 0.69% | 0.4% | - |
| XYZ | 7.15 | 5.76 | 2.1 | - |
| YUV | 67.02 | 108.24 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 56 | 32 | 0 | 0.45 | 0.69 | 0.6 | 20.57 | 0.52 | 0.26 |
| Hex | 66 | 38 | 20 | 0 | 2D | 45 | 3C | 15 | 34 | 1A |
| Octal | 146 | 70 | 40 | 0 | 55 | 105 | 74 | 25 | 64 | 32 |
| Binary | 1100110 | 111000 | 100000 | 0 | 101101 | 1000101 | 111100 | 10101 | 110100 | 11010 |
Color Harmonies of #663820
Complementary color
Monochromatic Colors of #663820
Black with #663820
Text Example
Text Example
White with #663820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663820; }
p { color: rgb(102,56,32); }
H1.HeaderClassName
{
color: #663820;
}
.AnyTagClassName
{
color: #663820;
}
</style>
background-color css
<style>
a { background-color: #663820; }
a { background-color: rgb(102,56,32); }
div.DivClassName
{
background-color: #663820;
}
.BgClassName
{
background-color: #663820;
}
</style>
border-color css
<style>
span { border-color: #663820; }
span { border-color: rgb(102,56,32); }
td.TdClassName
{
border-color: #663820;
}
.TagClassName
{
border-color: #663820;
}
</style>