Shades of New Amber #643A24
Tints of New Amber #643A24
RGB
CMYK
RGB Variations
Color information
#643A24 (or 0x643A24) is known color: New Amber. HEX triplet: 64, 3A and 24. RGB value is (100,58,36). Sum of RGB (Red+Green+Blue) = 100+58+36=194 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.55% from 194); Green value is 58 (23.05% from 255 or 29.90% from 194); Blue value is 36 (14.45% from 255 or 18.56% from 194); Max value from RGB is 100 - color contains mainly: red. Hex color #643A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643A24 is #9BC5DB. Grayscale: #444444. Windows color (decimal): -10208732 or 2374244. OLE color: 2374244.
HSL color Cylindrical-coordinate representation of color #643A24: hue angle of 20.62º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #643A24 is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 58 | 36 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.61 |
| HSL | 20.63º | 0.47% | 0.27% | - |
| HSV(B) | 20.63º | 0.64% | 0.39% | - |
| XYZ | 7.09 | 5.86 | 2.43 | - |
| YUV | 68.05 | 109.91 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 58 | 36 | 0 | 0.42 | 0.64 | 0.61 | 20.63 | 0.47 | 0.27 |
| Hex | 64 | 3A | 24 | 0 | 2A | 40 | 3D | 15 | 2F | 1B |
| Octal | 144 | 72 | 44 | 0 | 52 | 100 | 75 | 25 | 57 | 33 |
| Binary | 1100100 | 111010 | 100100 | 0 | 101010 | 1000000 | 111101 | 10101 | 101111 | 11011 |
Color Harmonies of #643A24
Complementary color
Monochromatic Colors of #643A24
Black with #643A24
Text Example
Text Example
White with #643A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643A24; }
p { color: rgb(100,58,36); }
H1.HeaderClassName
{
color: #643A24;
}
.AnyTagClassName
{
color: #643A24;
}
</style>
background-color css
<style>
a { background-color: #643A24; }
a { background-color: rgb(100,58,36); }
div.DivClassName
{
background-color: #643A24;
}
.BgClassName
{
background-color: #643A24;
}
</style>
border-color css
<style>
span { border-color: #643A24; }
span { border-color: rgb(100,58,36); }
td.TdClassName
{
border-color: #643A24;
}
.TagClassName
{
border-color: #643A24;
}
</style>