Shades of New Amber #6D3721
Tints of New Amber #6D3721
RGB
CMYK
RGB Variations
Color information
#6D3721 (or 0x6D3721) is known color: New Amber. HEX triplet: 6D, 37 and 21. RGB value is (109,55,33). Sum of RGB (Red+Green+Blue) = 109+55+33=197 (26% of max value = 765). Red value is 109 (42.97% from 255 or 55.33% from 197); Green value is 55 (21.88% from 255 or 27.92% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3721 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3721 is #92C8DE. Grayscale: #444444. Windows color (decimal): -9619679 or 2176877. OLE color: 2176877.
HSL color Cylindrical-coordinate representation of color #6D3721: hue angle of 17.37º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D3721 is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 55 | 33 | - |
| CMYK | 0 | 0.50 | 0.70 | 0.57 |
| HSL | 17.37º | 0.54% | 0.28% | - |
| HSV(B) | 17.37º | 0.7% | 0.43% | - |
| XYZ | 7.95 | 6.09 | 2.2 | - |
| YUV | 68.64 | 107.89 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 55 | 33 | 0 | 0.50 | 0.70 | 0.57 | 17.37 | 0.54 | 0.28 |
| Hex | 6D | 37 | 21 | 0 | 32 | 46 | 39 | 11 | 36 | 1C |
| Octal | 155 | 67 | 41 | 0 | 62 | 106 | 71 | 21 | 66 | 34 |
| Binary | 1101101 | 110111 | 100001 | 0 | 110010 | 1000110 | 111001 | 10001 | 110110 | 11100 |
Color Harmonies of #6D3721
Complementary color
Monochromatic Colors of #6D3721
Black with #6D3721
Text Example
Text Example
White with #6D3721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3721; }
p { color: rgb(109,55,33); }
H1.HeaderClassName
{
color: #6D3721;
}
.AnyTagClassName
{
color: #6D3721;
}
</style>
background-color css
<style>
a { background-color: #6D3721; }
a { background-color: rgb(109,55,33); }
div.DivClassName
{
background-color: #6D3721;
}
.BgClassName
{
background-color: #6D3721;
}
</style>
border-color css
<style>
span { border-color: #6D3721; }
span { border-color: rgb(109,55,33); }
td.TdClassName
{
border-color: #6D3721;
}
.TagClassName
{
border-color: #6D3721;
}
</style>