Shades of New Amber #6C3823
Tints of New Amber #6C3823
RGB
CMYK
RGB Variations
Color information
#6C3823 (or 0x6C3823) is known color: New Amber. HEX triplet: 6C, 38 and 23. RGB value is (108,56,35). Sum of RGB (Red+Green+Blue) = 108+56+35=199 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54.27% from 199); Green value is 56 (22.27% from 255 or 28.14% from 199); Blue value is 35 (14.06% from 255 or 17.59% from 199); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3823 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3823 is #93C7DC. Grayscale: #454545. Windows color (decimal): -9684957 or 2308204. OLE color: 2308204.
HSL color Cylindrical-coordinate representation of color #6C3823: hue angle of 17.26º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6C3823 is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 56 | 35 | - |
| CMYK | 0 | 0.48 | 0.68 | 0.58 |
| HSL | 17.26º | 0.51% | 0.28% | - |
| HSV(B) | 17.26º | 0.68% | 0.42% | - |
| XYZ | 7.9 | 6.14 | 2.36 | - |
| YUV | 69.15 | 108.73 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 56 | 35 | 0 | 0.48 | 0.68 | 0.58 | 17.26 | 0.51 | 0.28 |
| Hex | 6C | 38 | 23 | 0 | 30 | 44 | 3A | 11 | 33 | 1C |
| Octal | 154 | 70 | 43 | 0 | 60 | 104 | 72 | 21 | 63 | 34 |
| Binary | 1101100 | 111000 | 100011 | 0 | 110000 | 1000100 | 111010 | 10001 | 110011 | 11100 |
Color Harmonies of #6C3823
Complementary color
Monochromatic Colors of #6C3823
Black with #6C3823
Text Example
Text Example
White with #6C3823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3823; }
p { color: rgb(108,56,35); }
H1.HeaderClassName
{
color: #6C3823;
}
.AnyTagClassName
{
color: #6C3823;
}
</style>
background-color css
<style>
a { background-color: #6C3823; }
a { background-color: rgb(108,56,35); }
div.DivClassName
{
background-color: #6C3823;
}
.BgClassName
{
background-color: #6C3823;
}
</style>
border-color css
<style>
span { border-color: #6C3823; }
span { border-color: rgb(108,56,35); }
td.TdClassName
{
border-color: #6C3823;
}
.TagClassName
{
border-color: #6C3823;
}
</style>