Shades of New Amber #653A21
Tints of New Amber #653A21
RGB
CMYK
RGB Variations
Color information
#653A21 (or 0x653A21) is known color: New Amber. HEX triplet: 65, 3A and 21. RGB value is (101,58,33). Sum of RGB (Red+Green+Blue) = 101+58+33=192 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.60% from 192); Green value is 58 (23.05% from 255 or 30.21% from 192); Blue value is 33 (13.28% from 255 or 17.19% from 192); Max value from RGB is 101 - color contains mainly: red. Hex color #653A21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653A21 is #9AC5DE. Grayscale: #444444. Windows color (decimal): -10143199 or 2177637. OLE color: 2177637.
HSL color Cylindrical-coordinate representation of color #653A21: hue angle of 22.06º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #653A21 is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 58 | 33 | - |
| CMYK | 0 | 0.43 | 0.67 | 0.60 |
| HSL | 22.06º | 0.51% | 0.26% | - |
| HSV(B) | 22.06º | 0.67% | 0.4% | - |
| XYZ | 7.15 | 5.9 | 2.2 | - |
| YUV | 68.01 | 108.25 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 58 | 33 | 0 | 0.43 | 0.67 | 0.60 | 22.06 | 0.51 | 0.26 |
| Hex | 65 | 3A | 21 | 0 | 2B | 43 | 3C | 16 | 33 | 1A |
| Octal | 145 | 72 | 41 | 0 | 53 | 103 | 74 | 26 | 63 | 32 |
| Binary | 1100101 | 111010 | 100001 | 0 | 101011 | 1000011 | 111100 | 10110 | 110011 | 11010 |
Color Harmonies of #653A21
Complementary color
Monochromatic Colors of #653A21
Black with #653A21
Text Example
Text Example
White with #653A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653A21; }
p { color: rgb(101,58,33); }
H1.HeaderClassName
{
color: #653A21;
}
.AnyTagClassName
{
color: #653A21;
}
</style>
background-color css
<style>
a { background-color: #653A21; }
a { background-color: rgb(101,58,33); }
div.DivClassName
{
background-color: #653A21;
}
.BgClassName
{
background-color: #653A21;
}
</style>
border-color css
<style>
span { border-color: #653A21; }
span { border-color: rgb(101,58,33); }
td.TdClassName
{
border-color: #653A21;
}
.TagClassName
{
border-color: #653A21;
}
</style>