Shades of New Amber #653821
Tints of New Amber #653821
RGB
CMYK
RGB Variations
Color information
#653821 (or 0x653821) is known color: New Amber. HEX triplet: 65, 38 and 21. RGB value is (101,56,33). Sum of RGB (Red+Green+Blue) = 101+56+33=190 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.16% from 190); Green value is 56 (22.27% from 255 or 29.47% from 190); Blue value is 33 (13.28% from 255 or 17.37% from 190); Max value from RGB is 101 - color contains mainly: red. Hex color #653821 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653821 is #9AC7DE. Grayscale: #424242. Windows color (decimal): -10143711 or 2177125. OLE color: 2177125.
HSL color Cylindrical-coordinate representation of color #653821: hue angle of 20.29º 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 #653821 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 56 | 33 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.60 |
| HSL | 20.29º | 0.51% | 0.26% | - |
| HSV(B) | 20.29º | 0.67% | 0.4% | - |
| XYZ | 7.06 | 5.7 | 2.17 | - |
| YUV | 66.83 | 108.91 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 56 | 33 | 0 | 0.45 | 0.67 | 0.60 | 20.29 | 0.51 | 0.26 |
| Hex | 65 | 38 | 21 | 0 | 2D | 43 | 3C | 14 | 33 | 1A |
| Octal | 145 | 70 | 41 | 0 | 55 | 103 | 74 | 24 | 63 | 32 |
| Binary | 1100101 | 111000 | 100001 | 0 | 101101 | 1000011 | 111100 | 10100 | 110011 | 11010 |
Color Harmonies of #653821
Complementary color
Monochromatic Colors of #653821
Black with #653821
Text Example
Text Example
White with #653821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653821; }
p { color: rgb(101,56,33); }
H1.HeaderClassName
{
color: #653821;
}
.AnyTagClassName
{
color: #653821;
}
</style>
background-color css
<style>
a { background-color: #653821; }
a { background-color: rgb(101,56,33); }
div.DivClassName
{
background-color: #653821;
}
.BgClassName
{
background-color: #653821;
}
</style>
border-color css
<style>
span { border-color: #653821; }
span { border-color: rgb(101,56,33); }
td.TdClassName
{
border-color: #653821;
}
.TagClassName
{
border-color: #653821;
}
</style>