Shades of New Amber #6D3921
Tints of New Amber #6D3921
RGB
CMYK
RGB Variations
Color information
#6D3921 (or 0x6D3921) is known color: New Amber. HEX triplet: 6D, 39 and 21. RGB value is (109,57,33). Sum of RGB (Red+Green+Blue) = 109+57+33=199 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.77% from 199); Green value is 57 (22.66% from 255 or 28.64% from 199); Blue value is 33 (13.28% from 255 or 16.58% from 199); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3921 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3921 is #92C6DE. Grayscale: #454545. Windows color (decimal): -9619167 or 2177389. OLE color: 2177389.
HSL color Cylindrical-coordinate representation of color #6D3921: hue angle of 18.95º 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 #6D3921 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 57 | 33 | - |
| CMYK | 0 | 0.48 | 0.70 | 0.57 |
| HSL | 18.95º | 0.54% | 0.28% | - |
| HSV(B) | 18.95º | 0.7% | 0.43% | - |
| XYZ | 8.04 | 6.29 | 2.23 | - |
| YUV | 69.81 | 107.23 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 57 | 33 | 0 | 0.48 | 0.70 | 0.57 | 18.95 | 0.54 | 0.28 |
| Hex | 6D | 39 | 21 | 0 | 30 | 46 | 39 | 13 | 36 | 1C |
| Octal | 155 | 71 | 41 | 0 | 60 | 106 | 71 | 23 | 66 | 34 |
| Binary | 1101101 | 111001 | 100001 | 0 | 110000 | 1000110 | 111001 | 10011 | 110110 | 11100 |
Color Harmonies of #6D3921
Complementary color
Monochromatic Colors of #6D3921
Black with #6D3921
Text Example
Text Example
White with #6D3921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3921; }
p { color: rgb(109,57,33); }
H1.HeaderClassName
{
color: #6D3921;
}
.AnyTagClassName
{
color: #6D3921;
}
</style>
background-color css
<style>
a { background-color: #6D3921; }
a { background-color: rgb(109,57,33); }
div.DivClassName
{
background-color: #6D3921;
}
.BgClassName
{
background-color: #6D3921;
}
</style>
border-color css
<style>
span { border-color: #6D3921; }
span { border-color: rgb(109,57,33); }
td.TdClassName
{
border-color: #6D3921;
}
.TagClassName
{
border-color: #6D3921;
}
</style>