Shades of New Amber #6A391C
Tints of New Amber #6A391C
RGB
CMYK
RGB Variations
Color information
#6A391C (or 0x6A391C) is known color: New Amber. HEX triplet: 6A, 39 and 1C. RGB value is (106,57,28). Sum of RGB (Red+Green+Blue) = 106+57+28=191 (25% of max value = 765). Red value is 106 (41.80% from 255 or 55.50% from 191); Green value is 57 (22.66% from 255 or 29.84% from 191); Blue value is 28 (11.33% from 255 or 14.66% from 191); Max value from RGB is 106 - color contains mainly: red. Hex color #6A391C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A391C is #95C6E3. Grayscale: #444444. Windows color (decimal): -9815780 or 1849706. OLE color: 1849706.
HSL color Cylindrical-coordinate representation of color #6A391C: hue angle of 22.31º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6A391C is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 57 | 28 | - |
| CMYK | 0 | 0.46 | 0.74 | 0.58 |
| HSL | 22.31º | 0.58% | 0.26% | - |
| HSV(B) | 22.31º | 0.74% | 0.42% | - |
| XYZ | 7.62 | 6.07 | 1.87 | - |
| YUV | 68.35 | 105.23 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 57 | 28 | 0 | 0.46 | 0.74 | 0.58 | 22.31 | 0.58 | 0.26 |
| Hex | 6A | 39 | 1C | 0 | 2E | 4A | 3A | 16 | 3A | 1A |
| Octal | 152 | 71 | 34 | 0 | 56 | 112 | 72 | 26 | 72 | 32 |
| Binary | 1101010 | 111001 | 11100 | 0 | 101110 | 1001010 | 111010 | 10110 | 111010 | 11010 |
Color Harmonies of #6A391C
Complementary color
Monochromatic Colors of #6A391C
Black with #6A391C
Text Example
Text Example
White with #6A391C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A391C; }
p { color: rgb(106,57,28); }
H1.HeaderClassName
{
color: #6A391C;
}
.AnyTagClassName
{
color: #6A391C;
}
</style>
background-color css
<style>
a { background-color: #6A391C; }
a { background-color: rgb(106,57,28); }
div.DivClassName
{
background-color: #6A391C;
}
.BgClassName
{
background-color: #6A391C;
}
</style>
border-color css
<style>
span { border-color: #6A391C; }
span { border-color: rgb(106,57,28); }
td.TdClassName
{
border-color: #6A391C;
}
.TagClassName
{
border-color: #6A391C;
}
</style>