Shades of New Amber #663822
Tints of New Amber #663822
RGB
CMYK
RGB Variations
Color information
#663822 (or 0x663822) is known color: New Amber. HEX triplet: 66, 38 and 22. RGB value is (102,56,34). Sum of RGB (Red+Green+Blue) = 102+56+34=192 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.12% from 192); Green value is 56 (22.27% from 255 or 29.17% from 192); Blue value is 34 (13.67% from 255 or 17.71% from 192); Max value from RGB is 102 - color contains mainly: red. Hex color #663822 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663822 is #99C7DD. Grayscale: #434343. Windows color (decimal): -10078174 or 2242662. OLE color: 2242662.
HSL color Cylindrical-coordinate representation of color #663822: hue angle of 19.41º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #663822 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 56 | 34 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.6 |
| HSL | 19.41º | 0.5% | 0.27% | - |
| HSV(B) | 19.41º | 0.67% | 0.4% | - |
| XYZ | 7.18 | 5.77 | 2.25 | - |
| YUV | 67.25 | 109.24 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 56 | 34 | 0 | 0.45 | 0.67 | 0.6 | 19.41 | 0.5 | 0.27 |
| Hex | 66 | 38 | 22 | 0 | 2D | 43 | 3C | 13 | 32 | 1B |
| Octal | 146 | 70 | 42 | 0 | 55 | 103 | 74 | 23 | 62 | 33 |
| Binary | 1100110 | 111000 | 100010 | 0 | 101101 | 1000011 | 111100 | 10011 | 110010 | 11011 |
Color Harmonies of #663822
Complementary color
Monochromatic Colors of #663822
Black with #663822
Text Example
Text Example
White with #663822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663822; }
p { color: rgb(102,56,34); }
H1.HeaderClassName
{
color: #663822;
}
.AnyTagClassName
{
color: #663822;
}
</style>
background-color css
<style>
a { background-color: #663822; }
a { background-color: rgb(102,56,34); }
div.DivClassName
{
background-color: #663822;
}
.BgClassName
{
background-color: #663822;
}
</style>
border-color css
<style>
span { border-color: #663822; }
span { border-color: rgb(102,56,34); }
td.TdClassName
{
border-color: #663822;
}
.TagClassName
{
border-color: #663822;
}
</style>