Shades of New Amber #663B26
Tints of New Amber #663B26
RGB
CMYK
RGB Variations
Color information
#663B26 (or 0x663B26) is known color: New Amber. HEX triplet: 66, 3B and 26. RGB value is (102,59,38). Sum of RGB (Red+Green+Blue) = 102+59+38=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 59 (23.44% from 255 or 29.65% from 199); Blue value is 38 (15.23% from 255 or 19.10% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #663B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663B26 is #99C4D9. Grayscale: #454545. Windows color (decimal): -10077402 or 2505574. OLE color: 2505574.
HSL color Cylindrical-coordinate representation of color #663B26: hue angle of 19.69º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #663B26 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 59 | 38 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.6 |
| HSL | 19.69º | 0.46% | 0.27% | - |
| HSV(B) | 19.69º | 0.63% | 0.4% | - |
| XYZ | 7.39 | 6.09 | 2.62 | - |
| YUV | 69.46 | 110.25 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 59 | 38 | 0 | 0.42 | 0.63 | 0.6 | 19.69 | 0.46 | 0.27 |
| Hex | 66 | 3B | 26 | 0 | 2A | 3F | 3C | 14 | 2E | 1B |
| Octal | 146 | 73 | 46 | 0 | 52 | 77 | 74 | 24 | 56 | 33 |
| Binary | 1100110 | 111011 | 100110 | 0 | 101010 | 111111 | 111100 | 10100 | 101110 | 11011 |
Color Harmonies of #663B26
Complementary color
Monochromatic Colors of #663B26
Black with #663B26
Text Example
Text Example
White with #663B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663B26; }
p { color: rgb(102,59,38); }
H1.HeaderClassName
{
color: #663B26;
}
.AnyTagClassName
{
color: #663B26;
}
</style>
background-color css
<style>
a { background-color: #663B26; }
a { background-color: rgb(102,59,38); }
div.DivClassName
{
background-color: #663B26;
}
.BgClassName
{
background-color: #663B26;
}
</style>
border-color css
<style>
span { border-color: #663B26; }
span { border-color: rgb(102,59,38); }
td.TdClassName
{
border-color: #663B26;
}
.TagClassName
{
border-color: #663B26;
}
</style>