Shades of New Amber #64351E
Tints of New Amber #64351E
RGB
CMYK
RGB Variations
Color information
#64351E (or 0x64351E) is known color: New Amber. HEX triplet: 64, 35 and 1E. RGB value is (100,53,30). Sum of RGB (Red+Green+Blue) = 100+53+30=183 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.64% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 30 (12.11% from 255 or 16.39% from 183); Max value from RGB is 100 - color contains mainly: red. Hex color #64351E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64351E is #9BCAE1. Grayscale: #404040. Windows color (decimal): -10210018 or 1979748. OLE color: 1979748.
HSL color Cylindrical-coordinate representation of color #64351E: hue angle of 19.71º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #64351E is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 53 | 30 | - |
| CMYK | 0 | 0.47 | 0.70 | 0.61 |
| HSL | 19.71º | 0.54% | 0.25% | - |
| HSV(B) | 19.71º | 0.7% | 0.39% | - |
| XYZ | 6.76 | 5.35 | 1.9 | - |
| YUV | 64.43 | 108.57 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 53 | 30 | 0 | 0.47 | 0.70 | 0.61 | 19.71 | 0.54 | 0.25 |
| Hex | 64 | 35 | 1E | 0 | 2F | 46 | 3D | 14 | 36 | 19 |
| Octal | 144 | 65 | 36 | 0 | 57 | 106 | 75 | 24 | 66 | 31 |
| Binary | 1100100 | 110101 | 11110 | 0 | 101111 | 1000110 | 111101 | 10100 | 110110 | 11001 |
Color Harmonies of #64351E
Complementary color
Monochromatic Colors of #64351E
Black with #64351E
Text Example
Text Example
White with #64351E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64351E; }
p { color: rgb(100,53,30); }
H1.HeaderClassName
{
color: #64351E;
}
.AnyTagClassName
{
color: #64351E;
}
</style>
background-color css
<style>
a { background-color: #64351E; }
a { background-color: rgb(100,53,30); }
div.DivClassName
{
background-color: #64351E;
}
.BgClassName
{
background-color: #64351E;
}
</style>
border-color css
<style>
span { border-color: #64351E; }
span { border-color: rgb(100,53,30); }
td.TdClassName
{
border-color: #64351E;
}
.TagClassName
{
border-color: #64351E;
}
</style>