Shades of New Amber #65381E
Tints of New Amber #65381E
RGB
CMYK
RGB Variations
Color information
#65381E (or 0x65381E) is known color: New Amber. HEX triplet: 65, 38 and 1E. RGB value is (101,56,30). Sum of RGB (Red+Green+Blue) = 101+56+30=187 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.01% from 187); Green value is 56 (22.27% from 255 or 29.95% from 187); Blue value is 30 (12.11% from 255 or 16.04% from 187); Max value from RGB is 101 - color contains mainly: red. Hex color #65381E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65381E is #9AC7E1. Grayscale: #424242. Windows color (decimal): -10143714 or 1980517. OLE color: 1980517.
HSL color Cylindrical-coordinate representation of color #65381E: hue angle of 21.97º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #65381E is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 56 | 30 | - |
| CMYK | 0 | 0.45 | 0.70 | 0.60 |
| HSL | 21.97º | 0.54% | 0.26% | - |
| HSV(B) | 21.97º | 0.7% | 0.4% | - |
| XYZ | 7.02 | 5.69 | 1.96 | - |
| YUV | 66.49 | 107.41 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 56 | 30 | 0 | 0.45 | 0.70 | 0.60 | 21.97 | 0.54 | 0.26 |
| Hex | 65 | 38 | 1E | 0 | 2D | 46 | 3C | 16 | 36 | 1A |
| Octal | 145 | 70 | 36 | 0 | 55 | 106 | 74 | 26 | 66 | 32 |
| Binary | 1100101 | 111000 | 11110 | 0 | 101101 | 1000110 | 111100 | 10110 | 110110 | 11010 |
Color Harmonies of #65381E
Complementary color
Monochromatic Colors of #65381E
Black with #65381E
Text Example
Text Example
White with #65381E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65381E; }
p { color: rgb(101,56,30); }
H1.HeaderClassName
{
color: #65381E;
}
.AnyTagClassName
{
color: #65381E;
}
</style>
background-color css
<style>
a { background-color: #65381E; }
a { background-color: rgb(101,56,30); }
div.DivClassName
{
background-color: #65381E;
}
.BgClassName
{
background-color: #65381E;
}
</style>
border-color css
<style>
span { border-color: #65381E; }
span { border-color: rgb(101,56,30); }
td.TdClassName
{
border-color: #65381E;
}
.TagClassName
{
border-color: #65381E;
}
</style>