Shades of New Amber #663C25
Tints of New Amber #663C25
RGB
CMYK
RGB Variations
Color information
#663C25 (or 0x663C25) is known color: New Amber. HEX triplet: 66, 3C and 25. RGB value is (102,60,37). Sum of RGB (Red+Green+Blue) = 102+60+37=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 60 (23.83% from 255 or 30.15% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #663C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663C25 is #99C3DA. Grayscale: #464646. Windows color (decimal): -10077147 or 2440294. OLE color: 2440294.
HSL color Cylindrical-coordinate representation of color #663C25: hue angle of 21.23º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #663C25 is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 60 | 37 | - |
| CMYK | 0 | 0.41 | 0.64 | 0.6 |
| HSL | 21.23º | 0.47% | 0.27% | - |
| HSV(B) | 21.23º | 0.64% | 0.4% | - |
| XYZ | 7.43 | 6.19 | 2.55 | - |
| YUV | 69.94 | 109.41 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 60 | 37 | 0 | 0.41 | 0.64 | 0.6 | 21.23 | 0.47 | 0.27 |
| Hex | 66 | 3C | 25 | 0 | 29 | 40 | 3C | 15 | 2F | 1B |
| Octal | 146 | 74 | 45 | 0 | 51 | 100 | 74 | 25 | 57 | 33 |
| Binary | 1100110 | 111100 | 100101 | 0 | 101001 | 1000000 | 111100 | 10101 | 101111 | 11011 |
Color Harmonies of #663C25
Complementary color
Monochromatic Colors of #663C25
Black with #663C25
Text Example
Text Example
White with #663C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663C25; }
p { color: rgb(102,60,37); }
H1.HeaderClassName
{
color: #663C25;
}
.AnyTagClassName
{
color: #663C25;
}
</style>
background-color css
<style>
a { background-color: #663C25; }
a { background-color: rgb(102,60,37); }
div.DivClassName
{
background-color: #663C25;
}
.BgClassName
{
background-color: #663C25;
}
</style>
border-color css
<style>
span { border-color: #663C25; }
span { border-color: rgb(102,60,37); }
td.TdClassName
{
border-color: #663C25;
}
.TagClassName
{
border-color: #663C25;
}
</style>