Shades of New Amber #64351F
Tints of New Amber #64351F
RGB
CMYK
RGB Variations
Color information
#64351F (or 0x64351F) is known color: New Amber. HEX triplet: 64, 35 and 1F. RGB value is (100,53,31). Sum of RGB (Red+Green+Blue) = 100+53+31=184 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.35% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 31 (12.5% from 255 or 16.85% from 184); Max value from RGB is 100 - color contains mainly: red. Hex color #64351F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64351F is #9BCAE0. Grayscale: #404040. Windows color (decimal): -10210017 or 2045284. OLE color: 2045284.
HSL color Cylindrical-coordinate representation of color #64351F: hue angle of 19.13º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #64351F is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 53 | 31 | - |
| CMYK | 0 | 0.47 | 0.69 | 0.61 |
| HSL | 19.13º | 0.53% | 0.26% | - |
| HSV(B) | 19.13º | 0.69% | 0.39% | - |
| XYZ | 6.78 | 5.35 | 1.97 | - |
| YUV | 64.55 | 109.07 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 53 | 31 | 0 | 0.47 | 0.69 | 0.61 | 19.13 | 0.53 | 0.26 |
| Hex | 64 | 35 | 1F | 0 | 2F | 45 | 3D | 13 | 35 | 1A |
| Octal | 144 | 65 | 37 | 0 | 57 | 105 | 75 | 23 | 65 | 32 |
| Binary | 1100100 | 110101 | 11111 | 0 | 101111 | 1000101 | 111101 | 10011 | 110101 | 11010 |
Color Harmonies of #64351F
Complementary color
Monochromatic Colors of #64351F
Black with #64351F
Text Example
Text Example
White with #64351F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64351F; }
p { color: rgb(100,53,31); }
H1.HeaderClassName
{
color: #64351F;
}
.AnyTagClassName
{
color: #64351F;
}
</style>
background-color css
<style>
a { background-color: #64351F; }
a { background-color: rgb(100,53,31); }
div.DivClassName
{
background-color: #64351F;
}
.BgClassName
{
background-color: #64351F;
}
</style>
border-color css
<style>
span { border-color: #64351F; }
span { border-color: rgb(100,53,31); }
td.TdClassName
{
border-color: #64351F;
}
.TagClassName
{
border-color: #64351F;
}
</style>