Shades of New Amber #6B402E
Tints of New Amber #6B402E
RGB
CMYK
RGB Variations
Color information
#6B402E (or 0x6B402E) is known color: New Amber. HEX triplet: 6B, 40 and 2E. RGB value is (107,64,46). Sum of RGB (Red+Green+Blue) = 107+64+46=217 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.31% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 46 (18.36% from 255 or 21.20% from 217); Max value from RGB is 107 - color contains mainly: red. Hex color #6B402E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B402E is #94BFD1. Grayscale: #4A4A4A. Windows color (decimal): -9748434 or 3031147. OLE color: 3031147.
HSL color Cylindrical-coordinate representation of color #6B402E: hue angle of 17.7º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B402E is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 64 | 46 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.58 |
| HSL | 17.7º | 0.4% | 0.3% | - |
| HSV(B) | 17.7º | 0.57% | 0.42% | - |
| XYZ | 8.39 | 6.99 | 3.49 | - |
| YUV | 74.81 | 111.75 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 64 | 46 | 0 | 0.40 | 0.57 | 0.58 | 17.7 | 0.4 | 0.3 |
| Hex | 6B | 40 | 2E | 0 | 28 | 39 | 3A | 12 | 28 | 1E |
| Octal | 153 | 100 | 56 | 0 | 50 | 71 | 72 | 22 | 50 | 36 |
| Binary | 1101011 | 1000000 | 101110 | 0 | 101000 | 111001 | 111010 | 10010 | 101000 | 11110 |
Color Harmonies of #6B402E
Complementary color
Monochromatic Colors of #6B402E
Black with #6B402E
Text Example
Text Example
White with #6B402E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B402E; }
p { color: rgb(107,64,46); }
H1.HeaderClassName
{
color: #6B402E;
}
.AnyTagClassName
{
color: #6B402E;
}
</style>
background-color css
<style>
a { background-color: #6B402E; }
a { background-color: rgb(107,64,46); }
div.DivClassName
{
background-color: #6B402E;
}
.BgClassName
{
background-color: #6B402E;
}
</style>
border-color css
<style>
span { border-color: #6B402E; }
span { border-color: rgb(107,64,46); }
td.TdClassName
{
border-color: #6B402E;
}
.TagClassName
{
border-color: #6B402E;
}
</style>