Shades of New Amber #66351D
Tints of New Amber #66351D
RGB
CMYK
RGB Variations
Color information
#66351D (or 0x66351D) is known color: New Amber. HEX triplet: 66, 35 and 1D. RGB value is (102,53,29). Sum of RGB (Red+Green+Blue) = 102+53+29=184 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.43% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 29 (11.72% from 255 or 15.76% from 184); Max value from RGB is 102 - color contains mainly: red. Hex color #66351D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66351D is #99CAE2. Grayscale: #414141. Windows color (decimal): -10078947 or 1914214. OLE color: 1914214.
HSL color Cylindrical-coordinate representation of color #66351D: hue angle of 19.73º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #66351D is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 53 | 29 | - |
| CMYK | 0 | 0.48 | 0.72 | 0.6 |
| HSL | 19.73º | 0.56% | 0.26% | - |
| HSV(B) | 19.73º | 0.72% | 0.4% | - |
| XYZ | 6.97 | 5.46 | 1.85 | - |
| YUV | 64.92 | 107.73 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 53 | 29 | 0 | 0.48 | 0.72 | 0.6 | 19.73 | 0.56 | 0.26 |
| Hex | 66 | 35 | 1D | 0 | 30 | 48 | 3C | 14 | 38 | 1A |
| Octal | 146 | 65 | 35 | 0 | 60 | 110 | 74 | 24 | 70 | 32 |
| Binary | 1100110 | 110101 | 11101 | 0 | 110000 | 1001000 | 111100 | 10100 | 111000 | 11010 |
Color Harmonies of #66351D
Complementary color
Monochromatic Colors of #66351D
Black with #66351D
Text Example
Text Example
White with #66351D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66351D; }
p { color: rgb(102,53,29); }
H1.HeaderClassName
{
color: #66351D;
}
.AnyTagClassName
{
color: #66351D;
}
</style>
background-color css
<style>
a { background-color: #66351D; }
a { background-color: rgb(102,53,29); }
div.DivClassName
{
background-color: #66351D;
}
.BgClassName
{
background-color: #66351D;
}
</style>
border-color css
<style>
span { border-color: #66351D; }
span { border-color: rgb(102,53,29); }
td.TdClassName
{
border-color: #66351D;
}
.TagClassName
{
border-color: #66351D;
}
</style>