Shades of New Amber #663C24
Tints of New Amber #663C24
RGB
CMYK
RGB Variations
Color information
#663C24 (or 0x663C24) is known color: New Amber. HEX triplet: 66, 3C and 24. RGB value is (102,60,36). Sum of RGB (Red+Green+Blue) = 102+60+36=198 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.52% from 198); Green value is 60 (23.83% from 255 or 30.30% from 198); Blue value is 36 (14.45% from 255 or 18.18% from 198); Max value from RGB is 102 - color contains mainly: red. Hex color #663C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663C24 is #99C3DB. Grayscale: #454545. Windows color (decimal): -10077148 or 2374758. OLE color: 2374758.
HSL color Cylindrical-coordinate representation of color #663C24: hue angle of 21.82º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #663C24 is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 60 | 36 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.6 |
| HSL | 21.82º | 0.48% | 0.27% | - |
| HSV(B) | 21.82º | 0.65% | 0.4% | - |
| XYZ | 7.41 | 6.18 | 2.47 | - |
| YUV | 69.82 | 108.91 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 60 | 36 | 0 | 0.41 | 0.65 | 0.6 | 21.82 | 0.48 | 0.27 |
| Hex | 66 | 3C | 24 | 0 | 29 | 41 | 3C | 16 | 30 | 1B |
| Octal | 146 | 74 | 44 | 0 | 51 | 101 | 74 | 26 | 60 | 33 |
| Binary | 1100110 | 111100 | 100100 | 0 | 101001 | 1000001 | 111100 | 10110 | 110000 | 11011 |
Color Harmonies of #663C24
Complementary color
Monochromatic Colors of #663C24
Black with #663C24
Text Example
Text Example
White with #663C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663C24; }
p { color: rgb(102,60,36); }
H1.HeaderClassName
{
color: #663C24;
}
.AnyTagClassName
{
color: #663C24;
}
</style>
background-color css
<style>
a { background-color: #663C24; }
a { background-color: rgb(102,60,36); }
div.DivClassName
{
background-color: #663C24;
}
.BgClassName
{
background-color: #663C24;
}
</style>
border-color css
<style>
span { border-color: #663C24; }
span { border-color: rgb(102,60,36); }
td.TdClassName
{
border-color: #663C24;
}
.TagClassName
{
border-color: #663C24;
}
</style>