Shades of New Amber #64371F
Tints of New Amber #64371F
RGB
CMYK
RGB Variations
Color information
#64371F (or 0x64371F) is known color: New Amber. HEX triplet: 64, 37 and 1F. RGB value is (100,55,31). Sum of RGB (Red+Green+Blue) = 100+55+31=186 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.76% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 31 (12.5% from 255 or 16.67% from 186); Max value from RGB is 100 - color contains mainly: red. Hex color #64371F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64371F is #9BC8E0. Grayscale: #414141. Windows color (decimal): -10209505 or 2045796. OLE color: 2045796.
HSL color Cylindrical-coordinate representation of color #64371F: hue angle of 20.87º 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 #64371F is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 55 | 31 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.61 |
| HSL | 20.87º | 0.53% | 0.26% | - |
| HSV(B) | 20.87º | 0.69% | 0.39% | - |
| XYZ | 6.87 | 5.54 | 2 | - |
| YUV | 65.72 | 108.41 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 55 | 31 | 0 | 0.45 | 0.69 | 0.61 | 20.87 | 0.53 | 0.26 |
| Hex | 64 | 37 | 1F | 0 | 2D | 45 | 3D | 15 | 35 | 1A |
| Octal | 144 | 67 | 37 | 0 | 55 | 105 | 75 | 25 | 65 | 32 |
| Binary | 1100100 | 110111 | 11111 | 0 | 101101 | 1000101 | 111101 | 10101 | 110101 | 11010 |
Color Harmonies of #64371F
Complementary color
Monochromatic Colors of #64371F
Black with #64371F
Text Example
Text Example
White with #64371F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64371F; }
p { color: rgb(100,55,31); }
H1.HeaderClassName
{
color: #64371F;
}
.AnyTagClassName
{
color: #64371F;
}
</style>
background-color css
<style>
a { background-color: #64371F; }
a { background-color: rgb(100,55,31); }
div.DivClassName
{
background-color: #64371F;
}
.BgClassName
{
background-color: #64371F;
}
</style>
border-color css
<style>
span { border-color: #64371F; }
span { border-color: rgb(100,55,31); }
td.TdClassName
{
border-color: #64371F;
}
.TagClassName
{
border-color: #64371F;
}
</style>