Shades of New Amber #663A1F
Tints of New Amber #663A1F
RGB
CMYK
RGB Variations
Color information
#663A1F (or 0x663A1F) is known color: New Amber. HEX triplet: 66, 3A and 1F. RGB value is (102,58,31). Sum of RGB (Red+Green+Blue) = 102+58+31=191 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.40% from 191); Green value is 58 (23.05% from 255 or 30.37% from 191); Blue value is 31 (12.5% from 255 or 16.23% from 191); Max value from RGB is 102 - color contains mainly: red. Hex color #663A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663A1F is #99C5E0. Grayscale: #444444. Windows color (decimal): -10077665 or 2046566. OLE color: 2046566.
HSL color Cylindrical-coordinate representation of color #663A1F: hue angle of 22.82º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #663A1F is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 58 | 31 | - |
| CMYK | 0 | 0.43 | 0.70 | 0.6 |
| HSL | 22.82º | 0.53% | 0.26% | - |
| HSV(B) | 22.82º | 0.7% | 0.4% | - |
| XYZ | 7.24 | 5.95 | 2.06 | - |
| YUV | 68.08 | 107.08 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 58 | 31 | 0 | 0.43 | 0.70 | 0.6 | 22.82 | 0.53 | 0.26 |
| Hex | 66 | 3A | 1F | 0 | 2B | 46 | 3C | 17 | 35 | 1A |
| Octal | 146 | 72 | 37 | 0 | 53 | 106 | 74 | 27 | 65 | 32 |
| Binary | 1100110 | 111010 | 11111 | 0 | 101011 | 1000110 | 111100 | 10111 | 110101 | 11010 |
Color Harmonies of #663A1F
Complementary color
Monochromatic Colors of #663A1F
Black with #663A1F
Text Example
Text Example
White with #663A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663A1F; }
p { color: rgb(102,58,31); }
H1.HeaderClassName
{
color: #663A1F;
}
.AnyTagClassName
{
color: #663A1F;
}
</style>
background-color css
<style>
a { background-color: #663A1F; }
a { background-color: rgb(102,58,31); }
div.DivClassName
{
background-color: #663A1F;
}
.BgClassName
{
background-color: #663A1F;
}
</style>
border-color css
<style>
span { border-color: #663A1F; }
span { border-color: rgb(102,58,31); }
td.TdClassName
{
border-color: #663A1F;
}
.TagClassName
{
border-color: #663A1F;
}
</style>