Shades of New Amber #663B1F
Tints of New Amber #663B1F
RGB
CMYK
RGB Variations
Color information
#663B1F (or 0x663B1F) is known color: New Amber. HEX triplet: 66, 3B and 1F. RGB value is (102,59,31). Sum of RGB (Red+Green+Blue) = 102+59+31=192 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.12% from 192); Green value is 59 (23.44% from 255 or 30.73% from 192); Blue value is 31 (12.5% from 255 or 16.15% from 192); Max value from RGB is 102 - color contains mainly: red. Hex color #663B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663B1F is #99C4E0. Grayscale: #444444. Windows color (decimal): -10077409 or 2046822. OLE color: 2046822.
HSL color Cylindrical-coordinate representation of color #663B1F: hue angle of 23.66º 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 #663B1F is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 59 | 31 | - |
| CMYK | 0 | 0.42 | 0.70 | 0.6 |
| HSL | 23.66º | 0.53% | 0.26% | - |
| HSV(B) | 23.66º | 0.7% | 0.4% | - |
| XYZ | 7.29 | 6.05 | 2.08 | - |
| YUV | 68.67 | 106.75 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 59 | 31 | 0 | 0.42 | 0.70 | 0.6 | 23.66 | 0.53 | 0.26 |
| Hex | 66 | 3B | 1F | 0 | 2A | 46 | 3C | 18 | 35 | 1A |
| Octal | 146 | 73 | 37 | 0 | 52 | 106 | 74 | 30 | 65 | 32 |
| Binary | 1100110 | 111011 | 11111 | 0 | 101010 | 1000110 | 111100 | 11000 | 110101 | 11010 |
Color Harmonies of #663B1F
Complementary color
Monochromatic Colors of #663B1F
Black with #663B1F
Text Example
Text Example
White with #663B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663B1F; }
p { color: rgb(102,59,31); }
H1.HeaderClassName
{
color: #663B1F;
}
.AnyTagClassName
{
color: #663B1F;
}
</style>
background-color css
<style>
a { background-color: #663B1F; }
a { background-color: rgb(102,59,31); }
div.DivClassName
{
background-color: #663B1F;
}
.BgClassName
{
background-color: #663B1F;
}
</style>
border-color css
<style>
span { border-color: #663B1F; }
span { border-color: rgb(102,59,31); }
td.TdClassName
{
border-color: #663B1F;
}
.TagClassName
{
border-color: #663B1F;
}
</style>