Shades of New Amber #653C25
Tints of New Amber #653C25
RGB
CMYK
RGB Variations
Color information
#653C25 (or 0x653C25) is known color: New Amber. HEX triplet: 65, 3C and 25. RGB value is (101,60,37). Sum of RGB (Red+Green+Blue) = 101+60+37=198 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.01% from 198); Green value is 60 (23.83% from 255 or 30.30% from 198); Blue value is 37 (14.84% from 255 or 18.69% from 198); Max value from RGB is 101 - color contains mainly: red. Hex color #653C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653C25 is #9AC3DA. Grayscale: #454545. Windows color (decimal): -10142683 or 2440293. OLE color: 2440293.
HSL color Cylindrical-coordinate representation of color #653C25: hue angle of 21.56º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #653C25 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 60 | 37 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.60 |
| HSL | 21.56º | 0.46% | 0.27% | - |
| HSV(B) | 21.56º | 0.63% | 0.4% | - |
| XYZ | 7.32 | 6.13 | 2.55 | - |
| YUV | 69.64 | 109.58 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 60 | 37 | 0 | 0.41 | 0.63 | 0.60 | 21.56 | 0.46 | 0.27 |
| Hex | 65 | 3C | 25 | 0 | 29 | 3F | 3C | 16 | 2E | 1B |
| Octal | 145 | 74 | 45 | 0 | 51 | 77 | 74 | 26 | 56 | 33 |
| Binary | 1100101 | 111100 | 100101 | 0 | 101001 | 111111 | 111100 | 10110 | 101110 | 11011 |
Color Harmonies of #653C25
Complementary color
Monochromatic Colors of #653C25
Black with #653C25
Text Example
Text Example
White with #653C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653C25; }
p { color: rgb(101,60,37); }
H1.HeaderClassName
{
color: #653C25;
}
.AnyTagClassName
{
color: #653C25;
}
</style>
background-color css
<style>
a { background-color: #653C25; }
a { background-color: rgb(101,60,37); }
div.DivClassName
{
background-color: #653C25;
}
.BgClassName
{
background-color: #653C25;
}
</style>
border-color css
<style>
span { border-color: #653C25; }
span { border-color: rgb(101,60,37); }
td.TdClassName
{
border-color: #653C25;
}
.TagClassName
{
border-color: #653C25;
}
</style>