Shades of New Amber #653A27
Tints of New Amber #653A27
RGB
CMYK
RGB Variations
Color information
#653A27 (or 0x653A27) is known color: New Amber. HEX triplet: 65, 3A and 27. RGB value is (101,58,39). Sum of RGB (Red+Green+Blue) = 101+58+39=198 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.01% from 198); Green value is 58 (23.05% from 255 or 29.29% from 198); Blue value is 39 (15.62% from 255 or 19.70% from 198); Max value from RGB is 101 - color contains mainly: red. Hex color #653A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653A27 is #9AC5D8. Grayscale: #444444. Windows color (decimal): -10143193 or 2570853. OLE color: 2570853.
HSL color Cylindrical-coordinate representation of color #653A27: hue angle of 18.39º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #653A27 is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 58 | 39 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.60 |
| HSL | 18.39º | 0.44% | 0.27% | - |
| HSV(B) | 18.39º | 0.61% | 0.4% | - |
| XYZ | 7.25 | 5.94 | 2.68 | - |
| YUV | 68.69 | 111.25 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 58 | 39 | 0 | 0.43 | 0.61 | 0.60 | 18.39 | 0.44 | 0.27 |
| Hex | 65 | 3A | 27 | 0 | 2B | 3D | 3C | 12 | 2C | 1B |
| Octal | 145 | 72 | 47 | 0 | 53 | 75 | 74 | 22 | 54 | 33 |
| Binary | 1100101 | 111010 | 100111 | 0 | 101011 | 111101 | 111100 | 10010 | 101100 | 11011 |
Color Harmonies of #653A27
Complementary color
Monochromatic Colors of #653A27
Black with #653A27
Text Example
Text Example
White with #653A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653A27; }
p { color: rgb(101,58,39); }
H1.HeaderClassName
{
color: #653A27;
}
.AnyTagClassName
{
color: #653A27;
}
</style>
background-color css
<style>
a { background-color: #653A27; }
a { background-color: rgb(101,58,39); }
div.DivClassName
{
background-color: #653A27;
}
.BgClassName
{
background-color: #653A27;
}
</style>
border-color css
<style>
span { border-color: #653A27; }
span { border-color: rgb(101,58,39); }
td.TdClassName
{
border-color: #653A27;
}
.TagClassName
{
border-color: #653A27;
}
</style>