Shades of New Amber #6C3721
Tints of New Amber #6C3721
RGB
CMYK
RGB Variations
Color information
#6C3721 (or 0x6C3721) is known color: New Amber. HEX triplet: 6C, 37 and 21. RGB value is (108,55,33). Sum of RGB (Red+Green+Blue) = 108+55+33=196 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.10% from 196); Green value is 55 (21.88% from 255 or 28.06% from 196); Blue value is 33 (13.28% from 255 or 16.84% from 196); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3721 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3721 is #93C8DE. Grayscale: #444444. Windows color (decimal): -9685215 or 2176876. OLE color: 2176876.
HSL color Cylindrical-coordinate representation of color #6C3721: hue angle of 17.6º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6C3721 is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 55 | 33 | - |
| CMYK | 0 | 0.49 | 0.69 | 0.58 |
| HSL | 17.6º | 0.53% | 0.28% | - |
| HSV(B) | 17.6º | 0.69% | 0.42% | - |
| XYZ | 7.83 | 6.03 | 2.19 | - |
| YUV | 68.34 | 108.06 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 55 | 33 | 0 | 0.49 | 0.69 | 0.58 | 17.6 | 0.53 | 0.28 |
| Hex | 6C | 37 | 21 | 0 | 31 | 45 | 3A | 12 | 35 | 1C |
| Octal | 154 | 67 | 41 | 0 | 61 | 105 | 72 | 22 | 65 | 34 |
| Binary | 1101100 | 110111 | 100001 | 0 | 110001 | 1000101 | 111010 | 10010 | 110101 | 11100 |
Color Harmonies of #6C3721
Complementary color
Monochromatic Colors of #6C3721
Black with #6C3721
Text Example
Text Example
White with #6C3721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3721; }
p { color: rgb(108,55,33); }
H1.HeaderClassName
{
color: #6C3721;
}
.AnyTagClassName
{
color: #6C3721;
}
</style>
background-color css
<style>
a { background-color: #6C3721; }
a { background-color: rgb(108,55,33); }
div.DivClassName
{
background-color: #6C3721;
}
.BgClassName
{
background-color: #6C3721;
}
</style>
border-color css
<style>
span { border-color: #6C3721; }
span { border-color: rgb(108,55,33); }
td.TdClassName
{
border-color: #6C3721;
}
.TagClassName
{
border-color: #6C3721;
}
</style>