Shades of New Amber #663C28
Tints of New Amber #663C28
RGB
CMYK
RGB Variations
Color information
#663C28 (or 0x663C28) is known color: New Amber. HEX triplet: 66, 3C and 28. RGB value is (102,60,40). Sum of RGB (Red+Green+Blue) = 102+60+40=202 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.50% from 202); Green value is 60 (23.83% from 255 or 29.70% from 202); Blue value is 40 (16.02% from 255 or 19.80% from 202); Max value from RGB is 102 - color contains mainly: red. Hex color #663C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663C28 is #99C3D7. Grayscale: #464646. Windows color (decimal): -10077144 or 2636902. OLE color: 2636902.
HSL color Cylindrical-coordinate representation of color #663C28: hue angle of 19.35º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #663C28 is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 60 | 40 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.6 |
| HSL | 19.35º | 0.44% | 0.28% | - |
| HSV(B) | 19.35º | 0.61% | 0.4% | - |
| XYZ | 7.48 | 6.21 | 2.81 | - |
| YUV | 70.28 | 110.91 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 60 | 40 | 0 | 0.41 | 0.61 | 0.6 | 19.35 | 0.44 | 0.28 |
| Hex | 66 | 3C | 28 | 0 | 29 | 3D | 3C | 13 | 2C | 1C |
| Octal | 146 | 74 | 50 | 0 | 51 | 75 | 74 | 23 | 54 | 34 |
| Binary | 1100110 | 111100 | 101000 | 0 | 101001 | 111101 | 111100 | 10011 | 101100 | 11100 |
Color Harmonies of #663C28
Complementary color
Monochromatic Colors of #663C28
Black with #663C28
Text Example
Text Example
White with #663C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663C28; }
p { color: rgb(102,60,40); }
H1.HeaderClassName
{
color: #663C28;
}
.AnyTagClassName
{
color: #663C28;
}
</style>
background-color css
<style>
a { background-color: #663C28; }
a { background-color: rgb(102,60,40); }
div.DivClassName
{
background-color: #663C28;
}
.BgClassName
{
background-color: #663C28;
}
</style>
border-color css
<style>
span { border-color: #663C28; }
span { border-color: rgb(102,60,40); }
td.TdClassName
{
border-color: #663C28;
}
.TagClassName
{
border-color: #663C28;
}
</style>