Shades of New Amber #6B402C
Tints of New Amber #6B402C
RGB
CMYK
RGB Variations
Color information
#6B402C (or 0x6B402C) is known color: New Amber. HEX triplet: 6B, 40 and 2C. RGB value is (107,64,44). Sum of RGB (Red+Green+Blue) = 107+64+44=215 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.77% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 44 (17.58% from 255 or 20.47% from 215); Max value from RGB is 107 - color contains mainly: red. Hex color #6B402C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B402C is #94BFD3. Grayscale: #4A4A4A. Windows color (decimal): -9748436 or 2900075. OLE color: 2900075.
HSL color Cylindrical-coordinate representation of color #6B402C: hue angle of 19.05º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6B402C is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 64 | 44 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.58 |
| HSL | 19.05º | 0.42% | 0.3% | - |
| HSV(B) | 19.05º | 0.59% | 0.42% | - |
| XYZ | 8.35 | 6.97 | 3.29 | - |
| YUV | 74.58 | 110.75 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 64 | 44 | 0 | 0.40 | 0.59 | 0.58 | 19.05 | 0.42 | 0.3 |
| Hex | 6B | 40 | 2C | 0 | 28 | 3B | 3A | 13 | 2A | 1E |
| Octal | 153 | 100 | 54 | 0 | 50 | 73 | 72 | 23 | 52 | 36 |
| Binary | 1101011 | 1000000 | 101100 | 0 | 101000 | 111011 | 111010 | 10011 | 101010 | 11110 |
Color Harmonies of #6B402C
Complementary color
Monochromatic Colors of #6B402C
Black with #6B402C
Text Example
Text Example
White with #6B402C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B402C; }
p { color: rgb(107,64,44); }
H1.HeaderClassName
{
color: #6B402C;
}
.AnyTagClassName
{
color: #6B402C;
}
</style>
background-color css
<style>
a { background-color: #6B402C; }
a { background-color: rgb(107,64,44); }
div.DivClassName
{
background-color: #6B402C;
}
.BgClassName
{
background-color: #6B402C;
}
</style>
border-color css
<style>
span { border-color: #6B402C; }
span { border-color: rgb(107,64,44); }
td.TdClassName
{
border-color: #6B402C;
}
.TagClassName
{
border-color: #6B402C;
}
</style>