Shades of New Amber #6C3E2A
Tints of New Amber #6C3E2A
RGB
CMYK
RGB Variations
Color information
#6C3E2A (or 0x6C3E2A) is known color: New Amber. HEX triplet: 6C, 3E and 2A. RGB value is (108,62,42). Sum of RGB (Red+Green+Blue) = 108+62+42=212 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.94% from 212); Green value is 62 (24.61% from 255 or 29.25% from 212); Blue value is 42 (16.80% from 255 or 19.81% from 212); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3E2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3E2A is #93C1D5. Grayscale: #494949. Windows color (decimal): -9683414 or 2768492. OLE color: 2768492.
HSL color Cylindrical-coordinate representation of color #6C3E2A: hue angle of 18.18º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6C3E2A is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 62 | 42 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.58 |
| HSL | 18.18º | 0.44% | 0.29% | - |
| HSV(B) | 18.18º | 0.61% | 0.42% | - |
| XYZ | 8.32 | 6.8 | 3.06 | - |
| YUV | 73.47 | 110.24 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 62 | 42 | 0 | 0.43 | 0.61 | 0.58 | 18.18 | 0.44 | 0.29 |
| Hex | 6C | 3E | 2A | 0 | 2B | 3D | 3A | 12 | 2C | 1D |
| Octal | 154 | 76 | 52 | 0 | 53 | 75 | 72 | 22 | 54 | 35 |
| Binary | 1101100 | 111110 | 101010 | 0 | 101011 | 111101 | 111010 | 10010 | 101100 | 11101 |
Color Harmonies of #6C3E2A
Complementary color
Monochromatic Colors of #6C3E2A
Black with #6C3E2A
Text Example
Text Example
White with #6C3E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3E2A; }
p { color: rgb(108,62,42); }
H1.HeaderClassName
{
color: #6C3E2A;
}
.AnyTagClassName
{
color: #6C3E2A;
}
</style>
background-color css
<style>
a { background-color: #6C3E2A; }
a { background-color: rgb(108,62,42); }
div.DivClassName
{
background-color: #6C3E2A;
}
.BgClassName
{
background-color: #6C3E2A;
}
</style>
border-color css
<style>
span { border-color: #6C3E2A; }
span { border-color: rgb(108,62,42); }
td.TdClassName
{
border-color: #6C3E2A;
}
.TagClassName
{
border-color: #6C3E2A;
}
</style>