Shades of New Amber #6A3C1F
Tints of New Amber #6A3C1F
RGB
CMYK
RGB Variations
Color information
#6A3C1F (or 0x6A3C1F) is known color: New Amber. HEX triplet: 6A, 3C and 1F. RGB value is (106,60,31). Sum of RGB (Red+Green+Blue) = 106+60+31=197 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53.81% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 31 (12.5% from 255 or 15.74% from 197); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3C1F is #95C3E0. Grayscale: #464646. Windows color (decimal): -9815009 or 2047082. OLE color: 2047082.
HSL color Cylindrical-coordinate representation of color #6A3C1F: hue angle of 23.2º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6A3C1F is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 60 | 31 | - |
| CMYK | 0 | 0.43 | 0.71 | 0.58 |
| HSL | 23.2º | 0.55% | 0.27% | - |
| HSV(B) | 23.2º | 0.71% | 0.42% | - |
| XYZ | 7.81 | 6.39 | 2.12 | - |
| YUV | 70.45 | 105.74 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 60 | 31 | 0 | 0.43 | 0.71 | 0.58 | 23.2 | 0.55 | 0.27 |
| Hex | 6A | 3C | 1F | 0 | 2B | 47 | 3A | 17 | 37 | 1B |
| Octal | 152 | 74 | 37 | 0 | 53 | 107 | 72 | 27 | 67 | 33 |
| Binary | 1101010 | 111100 | 11111 | 0 | 101011 | 1000111 | 111010 | 10111 | 110111 | 11011 |
Color Harmonies of #6A3C1F
Complementary color
Monochromatic Colors of #6A3C1F
Black with #6A3C1F
Text Example
Text Example
White with #6A3C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3C1F; }
p { color: rgb(106,60,31); }
H1.HeaderClassName
{
color: #6A3C1F;
}
.AnyTagClassName
{
color: #6A3C1F;
}
</style>
background-color css
<style>
a { background-color: #6A3C1F; }
a { background-color: rgb(106,60,31); }
div.DivClassName
{
background-color: #6A3C1F;
}
.BgClassName
{
background-color: #6A3C1F;
}
</style>
border-color css
<style>
span { border-color: #6A3C1F; }
span { border-color: rgb(106,60,31); }
td.TdClassName
{
border-color: #6A3C1F;
}
.TagClassName
{
border-color: #6A3C1F;
}
</style>