Shades of New Amber #6D3B21
Tints of New Amber #6D3B21
RGB
CMYK
RGB Variations
Color information
#6D3B21 (or 0x6D3B21) is known color: New Amber. HEX triplet: 6D, 3B and 21. RGB value is (109,59,33). Sum of RGB (Red+Green+Blue) = 109+59+33=201 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.23% from 201); Green value is 59 (23.44% from 255 or 29.35% from 201); Blue value is 33 (13.28% from 255 or 16.42% from 201); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3B21 is #92C4DE. Grayscale: #474747. Windows color (decimal): -9618655 or 2177901. OLE color: 2177901.
HSL color Cylindrical-coordinate representation of color #6D3B21: hue angle of 20.53º 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 #6D3B21 is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 59 | 33 | - |
| CMYK | 0 | 0.46 | 0.70 | 0.57 |
| HSL | 20.53º | 0.54% | 0.28% | - |
| HSV(B) | 20.53º | 0.7% | 0.43% | - |
| XYZ | 8.15 | 6.49 | 2.26 | - |
| YUV | 70.99 | 106.57 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 59 | 33 | 0 | 0.46 | 0.70 | 0.57 | 20.53 | 0.54 | 0.28 |
| Hex | 6D | 3B | 21 | 0 | 2E | 46 | 39 | 15 | 36 | 1C |
| Octal | 155 | 73 | 41 | 0 | 56 | 106 | 71 | 25 | 66 | 34 |
| Binary | 1101101 | 111011 | 100001 | 0 | 101110 | 1000110 | 111001 | 10101 | 110110 | 11100 |
Color Harmonies of #6D3B21
Complementary color
Monochromatic Colors of #6D3B21
Black with #6D3B21
Text Example
Text Example
White with #6D3B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3B21; }
p { color: rgb(109,59,33); }
H1.HeaderClassName
{
color: #6D3B21;
}
.AnyTagClassName
{
color: #6D3B21;
}
</style>
background-color css
<style>
a { background-color: #6D3B21; }
a { background-color: rgb(109,59,33); }
div.DivClassName
{
background-color: #6D3B21;
}
.BgClassName
{
background-color: #6D3B21;
}
</style>
border-color css
<style>
span { border-color: #6D3B21; }
span { border-color: rgb(109,59,33); }
td.TdClassName
{
border-color: #6D3B21;
}
.TagClassName
{
border-color: #6D3B21;
}
</style>