Shades of New Amber #6C351A
Tints of New Amber #6C351A
RGB
CMYK
RGB Variations
Color information
#6C351A (or 0x6C351A) is known color: New Amber. HEX triplet: 6C, 35 and 1A. RGB value is (108,53,26). Sum of RGB (Red+Green+Blue) = 108+53+26=187 (24% of max value = 765). Red value is 108 (42.58% from 255 or 57.75% from 187); Green value is 53 (21.09% from 255 or 28.34% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 108 - color contains mainly: red. Hex color #6C351A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C351A is #93CAE5. Grayscale: #424242. Windows color (decimal): -9685734 or 1717612. OLE color: 1717612.
HSL color Cylindrical-coordinate representation of color #6C351A: hue angle of 19.76º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6C351A is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 53 | 26 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.58 |
| HSL | 19.76º | 0.61% | 0.26% | - |
| HSV(B) | 19.76º | 0.76% | 0.42% | - |
| XYZ | 7.64 | 5.81 | 1.7 | - |
| YUV | 66.37 | 105.22 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 53 | 26 | 0 | 0.51 | 0.76 | 0.58 | 19.76 | 0.61 | 0.26 |
| Hex | 6C | 35 | 1A | 0 | 33 | 4C | 3A | 14 | 3D | 1A |
| Octal | 154 | 65 | 32 | 0 | 63 | 114 | 72 | 24 | 75 | 32 |
| Binary | 1101100 | 110101 | 11010 | 0 | 110011 | 1001100 | 111010 | 10100 | 111101 | 11010 |
Color Harmonies of #6C351A
Complementary color
Monochromatic Colors of #6C351A
Black with #6C351A
Text Example
Text Example
White with #6C351A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C351A; }
p { color: rgb(108,53,26); }
H1.HeaderClassName
{
color: #6C351A;
}
.AnyTagClassName
{
color: #6C351A;
}
</style>
background-color css
<style>
a { background-color: #6C351A; }
a { background-color: rgb(108,53,26); }
div.DivClassName
{
background-color: #6C351A;
}
.BgClassName
{
background-color: #6C351A;
}
</style>
border-color css
<style>
span { border-color: #6C351A; }
span { border-color: rgb(108,53,26); }
td.TdClassName
{
border-color: #6C351A;
}
.TagClassName
{
border-color: #6C351A;
}
</style>