Shades of New Amber #663825
Tints of New Amber #663825
RGB
CMYK
RGB Variations
Color information
#663825 (or 0x663825) is known color: New Amber. HEX triplet: 66, 38 and 25. RGB value is (102,56,37). Sum of RGB (Red+Green+Blue) = 102+56+37=195 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.31% from 195); Green value is 56 (22.27% from 255 or 28.72% from 195); Blue value is 37 (14.84% from 255 or 18.97% from 195); Max value from RGB is 102 - color contains mainly: red. Hex color #663825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663825 is #99C7DA. Grayscale: #434343. Windows color (decimal): -10078171 or 2439270. OLE color: 2439270.
HSL color Cylindrical-coordinate representation of color #663825: hue angle of 17.54º 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 #663825 is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 56 | 37 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.6 |
| HSL | 17.54º | 0.47% | 0.27% | - |
| HSV(B) | 17.54º | 0.64% | 0.4% | - |
| XYZ | 7.23 | 5.79 | 2.49 | - |
| YUV | 67.59 | 110.74 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 56 | 37 | 0 | 0.45 | 0.64 | 0.6 | 17.54 | 0.47 | 0.27 |
| Hex | 66 | 38 | 25 | 0 | 2D | 40 | 3C | 12 | 2F | 1B |
| Octal | 146 | 70 | 45 | 0 | 55 | 100 | 74 | 22 | 57 | 33 |
| Binary | 1100110 | 111000 | 100101 | 0 | 101101 | 1000000 | 111100 | 10010 | 101111 | 11011 |
Color Harmonies of #663825
Complementary color
Monochromatic Colors of #663825
Black with #663825
Text Example
Text Example
White with #663825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663825; }
p { color: rgb(102,56,37); }
H1.HeaderClassName
{
color: #663825;
}
.AnyTagClassName
{
color: #663825;
}
</style>
background-color css
<style>
a { background-color: #663825; }
a { background-color: rgb(102,56,37); }
div.DivClassName
{
background-color: #663825;
}
.BgClassName
{
background-color: #663825;
}
</style>
border-color css
<style>
span { border-color: #663825; }
span { border-color: rgb(102,56,37); }
td.TdClassName
{
border-color: #663825;
}
.TagClassName
{
border-color: #663825;
}
</style>