Shades of New Amber #6A402F
Tints of New Amber #6A402F
RGB
CMYK
RGB Variations
Color information
#6A402F (or 0x6A402F) is known color: New Amber. HEX triplet: 6A, 40 and 2F. RGB value is (106,64,47). Sum of RGB (Red+Green+Blue) = 106+64+47=217 (28% of max value = 765). Red value is 106 (41.80% from 255 or 48.85% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 106 - color contains mainly: red. Hex color #6A402F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A402F is #95BFD0. Grayscale: #4A4A4A. Windows color (decimal): -9813969 or 3096682. OLE color: 3096682.
HSL color Cylindrical-coordinate representation of color #6A402F: hue angle of 17.29º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6A402F is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 64 | 47 | - |
| CMYK | 0 | 0.40 | 0.56 | 0.58 |
| HSL | 17.29º | 0.39% | 0.3% | - |
| HSV(B) | 17.29º | 0.56% | 0.42% | - |
| XYZ | 8.29 | 6.94 | 3.59 | - |
| YUV | 74.62 | 112.41 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 64 | 47 | 0 | 0.40 | 0.56 | 0.58 | 17.29 | 0.39 | 0.3 |
| Hex | 6A | 40 | 2F | 0 | 28 | 38 | 3A | 11 | 27 | 1E |
| Octal | 152 | 100 | 57 | 0 | 50 | 70 | 72 | 21 | 47 | 36 |
| Binary | 1101010 | 1000000 | 101111 | 0 | 101000 | 111000 | 111010 | 10001 | 100111 | 11110 |
Color Harmonies of #6A402F
Complementary color
Monochromatic Colors of #6A402F
Black with #6A402F
Text Example
Text Example
White with #6A402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A402F; }
p { color: rgb(106,64,47); }
H1.HeaderClassName
{
color: #6A402F;
}
.AnyTagClassName
{
color: #6A402F;
}
</style>
background-color css
<style>
a { background-color: #6A402F; }
a { background-color: rgb(106,64,47); }
div.DivClassName
{
background-color: #6A402F;
}
.BgClassName
{
background-color: #6A402F;
}
</style>
border-color css
<style>
span { border-color: #6A402F; }
span { border-color: rgb(106,64,47); }
td.TdClassName
{
border-color: #6A402F;
}
.TagClassName
{
border-color: #6A402F;
}
</style>