Shades of New Amber #6C3725
Tints of New Amber #6C3725
RGB
CMYK
RGB Variations
Color information
#6C3725 (or 0x6C3725) is known color: New Amber. HEX triplet: 6C, 37 and 25. RGB value is (108,55,37). Sum of RGB (Red+Green+Blue) = 108+55+37=200 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54% from 200); Green value is 55 (21.88% from 255 or 27.5% from 200); Blue value is 37 (14.84% from 255 or 18.5% from 200); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3725 is #93C8DA. Grayscale: #444444. Windows color (decimal): -9685211 or 2439020. OLE color: 2439020.
HSL color Cylindrical-coordinate representation of color #6C3725: hue angle of 15.21º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C3725 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 55 | 37 | - |
| CMYK | 0 | 0.49 | 0.66 | 0.58 |
| HSL | 15.21º | 0.49% | 0.28% | - |
| HSV(B) | 15.21º | 0.66% | 0.42% | - |
| XYZ | 7.88 | 6.05 | 2.5 | - |
| YUV | 68.8 | 110.06 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 55 | 37 | 0 | 0.49 | 0.66 | 0.58 | 15.21 | 0.49 | 0.28 |
| Hex | 6C | 37 | 25 | 0 | 31 | 42 | 3A | F | 31 | 1C |
| Octal | 154 | 67 | 45 | 0 | 61 | 102 | 72 | 17 | 61 | 34 |
| Binary | 1101100 | 110111 | 100101 | 0 | 110001 | 1000010 | 111010 | 1111 | 110001 | 11100 |
Color Harmonies of #6C3725
Complementary color
Monochromatic Colors of #6C3725
Black with #6C3725
Text Example
Text Example
White with #6C3725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3725; }
p { color: rgb(108,55,37); }
H1.HeaderClassName
{
color: #6C3725;
}
.AnyTagClassName
{
color: #6C3725;
}
</style>
background-color css
<style>
a { background-color: #6C3725; }
a { background-color: rgb(108,55,37); }
div.DivClassName
{
background-color: #6C3725;
}
.BgClassName
{
background-color: #6C3725;
}
</style>
border-color css
<style>
span { border-color: #6C3725; }
span { border-color: rgb(108,55,37); }
td.TdClassName
{
border-color: #6C3725;
}
.TagClassName
{
border-color: #6C3725;
}
</style>