Shades of New Amber #66351F
Tints of New Amber #66351F
RGB
CMYK
RGB Variations
Color information
#66351F (or 0x66351F) is known color: New Amber. HEX triplet: 66, 35 and 1F. RGB value is (102,53,31). Sum of RGB (Red+Green+Blue) = 102+53+31=186 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.84% from 186); Green value is 53 (21.09% from 255 or 28.49% from 186); Blue value is 31 (12.5% from 255 or 16.67% from 186); Max value from RGB is 102 - color contains mainly: red. Hex color #66351F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66351F is #99CAE0. Grayscale: #414141. Windows color (decimal): -10078945 or 2045286. OLE color: 2045286.
HSL color Cylindrical-coordinate representation of color #66351F: hue angle of 18.59º 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 #66351F is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 53 | 31 | - |
| CMYK | 0 | 0.48 | 0.70 | 0.6 |
| HSL | 18.59º | 0.53% | 0.26% | - |
| HSV(B) | 18.59º | 0.7% | 0.4% | - |
| XYZ | 7 | 5.47 | 1.98 | - |
| YUV | 65.14 | 108.73 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 53 | 31 | 0 | 0.48 | 0.70 | 0.6 | 18.59 | 0.53 | 0.26 |
| Hex | 66 | 35 | 1F | 0 | 30 | 46 | 3C | 13 | 35 | 1A |
| Octal | 146 | 65 | 37 | 0 | 60 | 106 | 74 | 23 | 65 | 32 |
| Binary | 1100110 | 110101 | 11111 | 0 | 110000 | 1000110 | 111100 | 10011 | 110101 | 11010 |
Color Harmonies of #66351F
Complementary color
Monochromatic Colors of #66351F
Black with #66351F
Text Example
Text Example
White with #66351F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66351F; }
p { color: rgb(102,53,31); }
H1.HeaderClassName
{
color: #66351F;
}
.AnyTagClassName
{
color: #66351F;
}
</style>
background-color css
<style>
a { background-color: #66351F; }
a { background-color: rgb(102,53,31); }
div.DivClassName
{
background-color: #66351F;
}
.BgClassName
{
background-color: #66351F;
}
</style>
border-color css
<style>
span { border-color: #66351F; }
span { border-color: rgb(102,53,31); }
td.TdClassName
{
border-color: #66351F;
}
.TagClassName
{
border-color: #66351F;
}
</style>