Shades of New Amber #6C3724
Tints of New Amber #6C3724
RGB
CMYK
RGB Variations
Color information
#6C3724 (or 0x6C3724) is known color: New Amber. HEX triplet: 6C, 37 and 24. RGB value is (108,55,36). Sum of RGB (Red+Green+Blue) = 108+55+36=199 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54.27% from 199); Green value is 55 (21.88% from 255 or 27.64% from 199); Blue value is 36 (14.45% from 255 or 18.09% from 199); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3724 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3724 is #93C8DB. Grayscale: #444444. Windows color (decimal): -9685212 or 2373484. OLE color: 2373484.
HSL color Cylindrical-coordinate representation of color #6C3724: hue angle of 15.83º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6C3724 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 55 | 36 | - |
| CMYK | 0 | 0.49 | 0.67 | 0.58 |
| HSL | 15.83º | 0.5% | 0.28% | - |
| HSV(B) | 15.83º | 0.67% | 0.42% | - |
| XYZ | 7.87 | 6.05 | 2.42 | - |
| YUV | 68.68 | 109.56 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 55 | 36 | 0 | 0.49 | 0.67 | 0.58 | 15.83 | 0.5 | 0.28 |
| Hex | 6C | 37 | 24 | 0 | 31 | 43 | 3A | 10 | 32 | 1C |
| Octal | 154 | 67 | 44 | 0 | 61 | 103 | 72 | 20 | 62 | 34 |
| Binary | 1101100 | 110111 | 100100 | 0 | 110001 | 1000011 | 111010 | 10000 | 110010 | 11100 |
Color Harmonies of #6C3724
Complementary color
Monochromatic Colors of #6C3724
Black with #6C3724
Text Example
Text Example
White with #6C3724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3724; }
p { color: rgb(108,55,36); }
H1.HeaderClassName
{
color: #6C3724;
}
.AnyTagClassName
{
color: #6C3724;
}
</style>
background-color css
<style>
a { background-color: #6C3724; }
a { background-color: rgb(108,55,36); }
div.DivClassName
{
background-color: #6C3724;
}
.BgClassName
{
background-color: #6C3724;
}
</style>
border-color css
<style>
span { border-color: #6C3724; }
span { border-color: rgb(108,55,36); }
td.TdClassName
{
border-color: #6C3724;
}
.TagClassName
{
border-color: #6C3724;
}
</style>