Shades of New Amber #653B26
Tints of New Amber #653B26
RGB
CMYK
RGB Variations
Color information
#653B26 (or 0x653B26) is known color: New Amber. HEX triplet: 65, 3B and 26. RGB value is (101,59,38). Sum of RGB (Red+Green+Blue) = 101+59+38=198 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.01% from 198); Green value is 59 (23.44% from 255 or 29.80% from 198); Blue value is 38 (15.23% from 255 or 19.19% from 198); Max value from RGB is 101 - color contains mainly: red. Hex color #653B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653B26 is #9AC4D9. Grayscale: #454545. Windows color (decimal): -10142938 or 2505573. OLE color: 2505573.
HSL color Cylindrical-coordinate representation of color #653B26: hue angle of 20º 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 #653B26 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 59 | 38 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.60 |
| HSL | 20º | 0.45% | 0.27% | - |
| HSV(B) | 20º | 0.62% | 0.4% | - |
| XYZ | 7.28 | 6.03 | 2.61 | - |
| YUV | 69.16 | 110.41 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 59 | 38 | 0 | 0.42 | 0.62 | 0.60 | 20 | 0.45 | 0.27 |
| Hex | 65 | 3B | 26 | 0 | 2A | 3E | 3C | 14 | 2D | 1B |
| Octal | 145 | 73 | 46 | 0 | 52 | 76 | 74 | 24 | 55 | 33 |
| Binary | 1100101 | 111011 | 100110 | 0 | 101010 | 111110 | 111100 | 10100 | 101101 | 11011 |
Color Harmonies of #653B26
Complementary color
Monochromatic Colors of #653B26
Black with #653B26
Text Example
Text Example
White with #653B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653B26; }
p { color: rgb(101,59,38); }
H1.HeaderClassName
{
color: #653B26;
}
.AnyTagClassName
{
color: #653B26;
}
</style>
background-color css
<style>
a { background-color: #653B26; }
a { background-color: rgb(101,59,38); }
div.DivClassName
{
background-color: #653B26;
}
.BgClassName
{
background-color: #653B26;
}
</style>
border-color css
<style>
span { border-color: #653B26; }
span { border-color: rgb(101,59,38); }
td.TdClassName
{
border-color: #653B26;
}
.TagClassName
{
border-color: #653B26;
}
</style>