Shades of New Amber #6D3A27
Tints of New Amber #6D3A27
RGB
CMYK
RGB Variations
Color information
#6D3A27 (or 0x6D3A27) is known color: New Amber. HEX triplet: 6D, 3A and 27. RGB value is (109,58,39). Sum of RGB (Red+Green+Blue) = 109+58+39=206 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.91% from 206); Green value is 58 (23.05% from 255 or 28.16% from 206); Blue value is 39 (15.62% from 255 or 18.93% from 206); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3A27 is #92C5D8. Grayscale: #474747. Windows color (decimal): -9618905 or 2570861. OLE color: 2570861.
HSL color Cylindrical-coordinate representation of color #6D3A27: hue angle of 16.29º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6D3A27 is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 58 | 39 | - |
| CMYK | 0 | 0.47 | 0.64 | 0.57 |
| HSL | 16.29º | 0.47% | 0.29% | - |
| HSV(B) | 16.29º | 0.64% | 0.43% | - |
| XYZ | 8.19 | 6.42 | 2.73 | - |
| YUV | 71.08 | 109.9 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 58 | 39 | 0 | 0.47 | 0.64 | 0.57 | 16.29 | 0.47 | 0.29 |
| Hex | 6D | 3A | 27 | 0 | 2F | 40 | 39 | 10 | 2F | 1D |
| Octal | 155 | 72 | 47 | 0 | 57 | 100 | 71 | 20 | 57 | 35 |
| Binary | 1101101 | 111010 | 100111 | 0 | 101111 | 1000000 | 111001 | 10000 | 101111 | 11101 |
Color Harmonies of #6D3A27
Complementary color
Monochromatic Colors of #6D3A27
Black with #6D3A27
Text Example
Text Example
White with #6D3A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3A27; }
p { color: rgb(109,58,39); }
H1.HeaderClassName
{
color: #6D3A27;
}
.AnyTagClassName
{
color: #6D3A27;
}
</style>
background-color css
<style>
a { background-color: #6D3A27; }
a { background-color: rgb(109,58,39); }
div.DivClassName
{
background-color: #6D3A27;
}
.BgClassName
{
background-color: #6D3A27;
}
</style>
border-color css
<style>
span { border-color: #6D3A27; }
span { border-color: rgb(109,58,39); }
td.TdClassName
{
border-color: #6D3A27;
}
.TagClassName
{
border-color: #6D3A27;
}
</style>