Shades of New Amber #6D3E25
Tints of New Amber #6D3E25
RGB
CMYK
RGB Variations
Color information
#6D3E25 (or 0x6D3E25) is known color: New Amber. HEX triplet: 6D, 3E and 25. RGB value is (109,62,37). Sum of RGB (Red+Green+Blue) = 109+62+37=208 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.40% from 208); Green value is 62 (24.61% from 255 or 29.81% from 208); Blue value is 37 (14.84% from 255 or 17.79% from 208); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3E25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3E25 is #92C1DA. Grayscale: #494949. Windows color (decimal): -9617883 or 2440813. OLE color: 2440813.
HSL color Cylindrical-coordinate representation of color #6D3E25: hue angle of 20.83º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D3E25 is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 62 | 37 | - |
| CMYK | 0 | 0.43 | 0.66 | 0.57 |
| HSL | 20.83º | 0.49% | 0.29% | - |
| HSV(B) | 20.83º | 0.66% | 0.43% | - |
| XYZ | 8.36 | 6.83 | 2.63 | - |
| YUV | 73.2 | 107.57 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 62 | 37 | 0 | 0.43 | 0.66 | 0.57 | 20.83 | 0.49 | 0.29 |
| Hex | 6D | 3E | 25 | 0 | 2B | 42 | 39 | 15 | 31 | 1D |
| Octal | 155 | 76 | 45 | 0 | 53 | 102 | 71 | 25 | 61 | 35 |
| Binary | 1101101 | 111110 | 100101 | 0 | 101011 | 1000010 | 111001 | 10101 | 110001 | 11101 |
Color Harmonies of #6D3E25
Complementary color
Monochromatic Colors of #6D3E25
Black with #6D3E25
Text Example
Text Example
White with #6D3E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3E25; }
p { color: rgb(109,62,37); }
H1.HeaderClassName
{
color: #6D3E25;
}
.AnyTagClassName
{
color: #6D3E25;
}
</style>
background-color css
<style>
a { background-color: #6D3E25; }
a { background-color: rgb(109,62,37); }
div.DivClassName
{
background-color: #6D3E25;
}
.BgClassName
{
background-color: #6D3E25;
}
</style>
border-color css
<style>
span { border-color: #6D3E25; }
span { border-color: rgb(109,62,37); }
td.TdClassName
{
border-color: #6D3E25;
}
.TagClassName
{
border-color: #6D3E25;
}
</style>