Shades of New Amber #6C3824
Tints of New Amber #6C3824
RGB
CMYK
RGB Variations
Color information
#6C3824 (or 0x6C3824) is known color: New Amber. HEX triplet: 6C, 38 and 24. RGB value is (108,56,36). Sum of RGB (Red+Green+Blue) = 108+56+36=200 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54% from 200); Green value is 56 (22.27% from 255 or 28% from 200); Blue value is 36 (14.45% from 255 or 18% from 200); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3824 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3824 is #93C7DB. Grayscale: #454545. Windows color (decimal): -9684956 or 2373740. OLE color: 2373740.
HSL color Cylindrical-coordinate representation of color #6C3824: hue angle of 16.67º 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 #6C3824 is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 56 | 36 | - |
| CMYK | 0 | 0.48 | 0.67 | 0.58 |
| HSL | 16.67º | 0.5% | 0.28% | - |
| HSV(B) | 16.67º | 0.67% | 0.42% | - |
| XYZ | 7.92 | 6.14 | 2.44 | - |
| YUV | 69.27 | 109.23 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 56 | 36 | 0 | 0.48 | 0.67 | 0.58 | 16.67 | 0.5 | 0.28 |
| Hex | 6C | 38 | 24 | 0 | 30 | 43 | 3A | 11 | 32 | 1C |
| Octal | 154 | 70 | 44 | 0 | 60 | 103 | 72 | 21 | 62 | 34 |
| Binary | 1101100 | 111000 | 100100 | 0 | 110000 | 1000011 | 111010 | 10001 | 110010 | 11100 |
Color Harmonies of #6C3824
Complementary color
Monochromatic Colors of #6C3824
Black with #6C3824
Text Example
Text Example
White with #6C3824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3824; }
p { color: rgb(108,56,36); }
H1.HeaderClassName
{
color: #6C3824;
}
.AnyTagClassName
{
color: #6C3824;
}
</style>
background-color css
<style>
a { background-color: #6C3824; }
a { background-color: rgb(108,56,36); }
div.DivClassName
{
background-color: #6C3824;
}
.BgClassName
{
background-color: #6C3824;
}
</style>
border-color css
<style>
span { border-color: #6C3824; }
span { border-color: rgb(108,56,36); }
td.TdClassName
{
border-color: #6C3824;
}
.TagClassName
{
border-color: #6C3824;
}
</style>