Shades of New Amber #6D321B
Tints of New Amber #6D321B
RGB
CMYK
RGB Variations
Color information
#6D321B (or 0x6D321B) is known color: New Amber. HEX triplet: 6D, 32 and 1B. RGB value is (109,50,27). Sum of RGB (Red+Green+Blue) = 109+50+27=186 (24% of max value = 765). Red value is 109 (42.97% from 255 or 58.60% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 27 (10.94% from 255 or 14.52% from 186); Max value from RGB is 109 - color contains mainly: red. Hex color #6D321B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D321B is #92CDE4. Grayscale: #414141. Windows color (decimal): -9620965 or 1782381. OLE color: 1782381.
HSL color Cylindrical-coordinate representation of color #6D321B: hue angle of 16.83º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6D321B is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 50 | 27 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.57 |
| HSL | 16.83º | 0.6% | 0.27% | - |
| HSV(B) | 16.83º | 0.75% | 0.43% | - |
| XYZ | 7.65 | 5.61 | 1.72 | - |
| YUV | 65.02 | 106.55 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 50 | 27 | 0 | 0.54 | 0.75 | 0.57 | 16.83 | 0.6 | 0.27 |
| Hex | 6D | 32 | 1B | 0 | 36 | 4B | 39 | 11 | 3C | 1B |
| Octal | 155 | 62 | 33 | 0 | 66 | 113 | 71 | 21 | 74 | 33 |
| Binary | 1101101 | 110010 | 11011 | 0 | 110110 | 1001011 | 111001 | 10001 | 111100 | 11011 |
Color Harmonies of #6D321B
Complementary color
Monochromatic Colors of #6D321B
Black with #6D321B
Text Example
Text Example
White with #6D321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D321B; }
p { color: rgb(109,50,27); }
H1.HeaderClassName
{
color: #6D321B;
}
.AnyTagClassName
{
color: #6D321B;
}
</style>
background-color css
<style>
a { background-color: #6D321B; }
a { background-color: rgb(109,50,27); }
div.DivClassName
{
background-color: #6D321B;
}
.BgClassName
{
background-color: #6D321B;
}
</style>
border-color css
<style>
span { border-color: #6D321B; }
span { border-color: rgb(109,50,27); }
td.TdClassName
{
border-color: #6D321B;
}
.TagClassName
{
border-color: #6D321B;
}
</style>