Shades of New Amber #6D341A
Tints of New Amber #6D341A
RGB
CMYK
RGB Variations
Color information
#6D341A (or 0x6D341A) is known color: New Amber. HEX triplet: 6D, 34 and 1A. RGB value is (109,52,26). Sum of RGB (Red+Green+Blue) = 109+52+26=187 (24% of max value = 765). Red value is 109 (42.97% from 255 or 58.29% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 109 - color contains mainly: red. Hex color #6D341A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D341A is #92CBE5. Grayscale: #424242. Windows color (decimal): -9620454 or 1717357. OLE color: 1717357.
HSL color Cylindrical-coordinate representation of color #6D341A: hue angle of 18.8º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6D341A is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 52 | 26 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.57 |
| HSL | 18.8º | 0.61% | 0.26% | - |
| HSV(B) | 18.8º | 0.76% | 0.43% | - |
| XYZ | 7.72 | 5.78 | 1.69 | - |
| YUV | 66.08 | 105.38 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 52 | 26 | 0 | 0.52 | 0.76 | 0.57 | 18.8 | 0.61 | 0.26 |
| Hex | 6D | 34 | 1A | 0 | 34 | 4C | 39 | 13 | 3D | 1A |
| Octal | 155 | 64 | 32 | 0 | 64 | 114 | 71 | 23 | 75 | 32 |
| Binary | 1101101 | 110100 | 11010 | 0 | 110100 | 1001100 | 111001 | 10011 | 111101 | 11010 |
Color Harmonies of #6D341A
Complementary color
Monochromatic Colors of #6D341A
Black with #6D341A
Text Example
Text Example
White with #6D341A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D341A; }
p { color: rgb(109,52,26); }
H1.HeaderClassName
{
color: #6D341A;
}
.AnyTagClassName
{
color: #6D341A;
}
</style>
background-color css
<style>
a { background-color: #6D341A; }
a { background-color: rgb(109,52,26); }
div.DivClassName
{
background-color: #6D341A;
}
.BgClassName
{
background-color: #6D341A;
}
</style>
border-color css
<style>
span { border-color: #6D341A; }
span { border-color: rgb(109,52,26); }
td.TdClassName
{
border-color: #6D341A;
}
.TagClassName
{
border-color: #6D341A;
}
</style>