Shades of New Amber #653C26
Tints of New Amber #653C26
RGB
CMYK
RGB Variations
Color information
#653C26 (or 0x653C26) is known color: New Amber. HEX triplet: 65, 3C and 26. RGB value is (101,60,38). Sum of RGB (Red+Green+Blue) = 101+60+38=199 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.75% from 199); Green value is 60 (23.83% from 255 or 30.15% from 199); Blue value is 38 (15.23% from 255 or 19.10% from 199); Max value from RGB is 101 - color contains mainly: red. Hex color #653C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653C26 is #9AC3D9. Grayscale: #454545. Windows color (decimal): -10142682 or 2505829. OLE color: 2505829.
HSL color Cylindrical-coordinate representation of color #653C26: hue angle of 20.95º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #653C26 is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 60 | 38 | - |
| CMYK | 0 | 0.41 | 0.62 | 0.60 |
| HSL | 20.95º | 0.45% | 0.27% | - |
| HSV(B) | 20.95º | 0.62% | 0.4% | - |
| XYZ | 7.33 | 6.14 | 2.63 | - |
| YUV | 69.75 | 110.08 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 60 | 38 | 0 | 0.41 | 0.62 | 0.60 | 20.95 | 0.45 | 0.27 |
| Hex | 65 | 3C | 26 | 0 | 29 | 3E | 3C | 15 | 2D | 1B |
| Octal | 145 | 74 | 46 | 0 | 51 | 76 | 74 | 25 | 55 | 33 |
| Binary | 1100101 | 111100 | 100110 | 0 | 101001 | 111110 | 111100 | 10101 | 101101 | 11011 |
Color Harmonies of #653C26
Complementary color
Monochromatic Colors of #653C26
Black with #653C26
Text Example
Text Example
White with #653C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653C26; }
p { color: rgb(101,60,38); }
H1.HeaderClassName
{
color: #653C26;
}
.AnyTagClassName
{
color: #653C26;
}
</style>
background-color css
<style>
a { background-color: #653C26; }
a { background-color: rgb(101,60,38); }
div.DivClassName
{
background-color: #653C26;
}
.BgClassName
{
background-color: #653C26;
}
</style>
border-color css
<style>
span { border-color: #653C26; }
span { border-color: rgb(101,60,38); }
td.TdClassName
{
border-color: #653C26;
}
.TagClassName
{
border-color: #653C26;
}
</style>