Shades of New Amber #663B28
Tints of New Amber #663B28
RGB
CMYK
RGB Variations
Color information
#663B28 (or 0x663B28) is known color: New Amber. HEX triplet: 66, 3B and 28. RGB value is (102,59,40). Sum of RGB (Red+Green+Blue) = 102+59+40=201 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.75% from 201); Green value is 59 (23.44% from 255 or 29.35% from 201); Blue value is 40 (16.02% from 255 or 19.90% from 201); Max value from RGB is 102 - color contains mainly: red. Hex color #663B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663B28 is #99C4D7. Grayscale: #454545. Windows color (decimal): -10077400 or 2636646. OLE color: 2636646.
HSL color Cylindrical-coordinate representation of color #663B28: hue angle of 18.39º 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 #663B28 is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 59 | 40 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.6 |
| HSL | 18.39º | 0.44% | 0.28% | - |
| HSV(B) | 18.39º | 0.61% | 0.4% | - |
| XYZ | 7.43 | 6.11 | 2.79 | - |
| YUV | 69.69 | 111.25 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 59 | 40 | 0 | 0.42 | 0.61 | 0.6 | 18.39 | 0.44 | 0.28 |
| Hex | 66 | 3B | 28 | 0 | 2A | 3D | 3C | 12 | 2C | 1C |
| Octal | 146 | 73 | 50 | 0 | 52 | 75 | 74 | 22 | 54 | 34 |
| Binary | 1100110 | 111011 | 101000 | 0 | 101010 | 111101 | 111100 | 10010 | 101100 | 11100 |
Color Harmonies of #663B28
Complementary color
Monochromatic Colors of #663B28
Black with #663B28
Text Example
Text Example
White with #663B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663B28; }
p { color: rgb(102,59,40); }
H1.HeaderClassName
{
color: #663B28;
}
.AnyTagClassName
{
color: #663B28;
}
</style>
background-color css
<style>
a { background-color: #663B28; }
a { background-color: rgb(102,59,40); }
div.DivClassName
{
background-color: #663B28;
}
.BgClassName
{
background-color: #663B28;
}
</style>
border-color css
<style>
span { border-color: #663B28; }
span { border-color: rgb(102,59,40); }
td.TdClassName
{
border-color: #663B28;
}
.TagClassName
{
border-color: #663B28;
}
</style>