Shades of New Amber #65341D
Tints of New Amber #65341D
RGB
CMYK
RGB Variations
Color information
#65341D (or 0x65341D) is known color: New Amber. HEX triplet: 65, 34 and 1D. RGB value is (101,52,29). Sum of RGB (Red+Green+Blue) = 101+52+29=182 (24% of max value = 765). Red value is 101 (39.84% from 255 or 55.49% from 182); Green value is 52 (20.70% from 255 or 28.57% from 182); Blue value is 29 (11.72% from 255 or 15.93% from 182); Max value from RGB is 101 - color contains mainly: red. Hex color #65341D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65341D is #9ACBE2. Grayscale: #404040. Windows color (decimal): -10144739 or 1913957. OLE color: 1913957.
HSL color Cylindrical-coordinate representation of color #65341D: hue angle of 19.17º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #65341D is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 52 | 29 | - |
| CMYK | 0 | 0.49 | 0.71 | 0.60 |
| HSL | 19.17º | 0.55% | 0.25% | - |
| HSV(B) | 19.17º | 0.71% | 0.4% | - |
| XYZ | 6.82 | 5.31 | 1.83 | - |
| YUV | 64.03 | 108.23 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 52 | 29 | 0 | 0.49 | 0.71 | 0.60 | 19.17 | 0.55 | 0.25 |
| Hex | 65 | 34 | 1D | 0 | 31 | 47 | 3C | 13 | 37 | 19 |
| Octal | 145 | 64 | 35 | 0 | 61 | 107 | 74 | 23 | 67 | 31 |
| Binary | 1100101 | 110100 | 11101 | 0 | 110001 | 1000111 | 111100 | 10011 | 110111 | 11001 |
Color Harmonies of #65341D
Complementary color
Monochromatic Colors of #65341D
Black with #65341D
Text Example
Text Example
White with #65341D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65341D; }
p { color: rgb(101,52,29); }
H1.HeaderClassName
{
color: #65341D;
}
.AnyTagClassName
{
color: #65341D;
}
</style>
background-color css
<style>
a { background-color: #65341D; }
a { background-color: rgb(101,52,29); }
div.DivClassName
{
background-color: #65341D;
}
.BgClassName
{
background-color: #65341D;
}
</style>
border-color css
<style>
span { border-color: #65341D; }
span { border-color: rgb(101,52,29); }
td.TdClassName
{
border-color: #65341D;
}
.TagClassName
{
border-color: #65341D;
}
</style>