Shades of New Amber #6E361C
Tints of New Amber #6E361C
RGB
CMYK
RGB Variations
Color information
#6E361C (or 0x6E361C) is known color: New Amber. HEX triplet: 6E, 36 and 1C. RGB value is (110,54,28). Sum of RGB (Red+Green+Blue) = 110+54+28=192 (25% of max value = 765). Red value is 110 (43.36% from 255 or 57.29% from 192); Green value is 54 (21.48% from 255 or 28.12% from 192); Blue value is 28 (11.33% from 255 or 14.58% from 192); Max value from RGB is 110 - color contains mainly: red. Hex color #6E361C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E361C is #91C9E3. Grayscale: #434343. Windows color (decimal): -9554404 or 1848942. OLE color: 1848942.
HSL color Cylindrical-coordinate representation of color #6E361C: hue angle of 19.02º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6E361C is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 54 | 28 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.57 |
| HSL | 19.02º | 0.59% | 0.27% | - |
| HSV(B) | 19.02º | 0.75% | 0.43% | - |
| XYZ | 7.96 | 6.04 | 1.84 | - |
| YUV | 67.78 | 105.55 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 54 | 28 | 0 | 0.51 | 0.75 | 0.57 | 19.02 | 0.59 | 0.27 |
| Hex | 6E | 36 | 1C | 0 | 33 | 4B | 39 | 13 | 3B | 1B |
| Octal | 156 | 66 | 34 | 0 | 63 | 113 | 71 | 23 | 73 | 33 |
| Binary | 1101110 | 110110 | 11100 | 0 | 110011 | 1001011 | 111001 | 10011 | 111011 | 11011 |
Color Harmonies of #6E361C
Complementary color
Monochromatic Colors of #6E361C
Black with #6E361C
Text Example
Text Example
White with #6E361C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E361C; }
p { color: rgb(110,54,28); }
H1.HeaderClassName
{
color: #6E361C;
}
.AnyTagClassName
{
color: #6E361C;
}
</style>
background-color css
<style>
a { background-color: #6E361C; }
a { background-color: rgb(110,54,28); }
div.DivClassName
{
background-color: #6E361C;
}
.BgClassName
{
background-color: #6E361C;
}
</style>
border-color css
<style>
span { border-color: #6E361C; }
span { border-color: rgb(110,54,28); }
td.TdClassName
{
border-color: #6E361C;
}
.TagClassName
{
border-color: #6E361C;
}
</style>