Shades of New Amber #6D3725
Tints of New Amber #6D3725
RGB
CMYK
RGB Variations
Color information
#6D3725 (or 0x6D3725) is known color: New Amber. HEX triplet: 6D, 37 and 25. RGB value is (109,55,37). Sum of RGB (Red+Green+Blue) = 109+55+37=201 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.23% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 37 (14.84% from 255 or 18.41% from 201); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3725 is #92C8DA. Grayscale: #454545. Windows color (decimal): -9619675 or 2439021. OLE color: 2439021.
HSL color Cylindrical-coordinate representation of color #6D3725: hue angle of 15º 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 #6D3725 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 55 | 37 | - |
| CMYK | 0 | 0.50 | 0.66 | 0.57 |
| HSL | 15º | 0.49% | 0.29% | - |
| HSV(B) | 15º | 0.66% | 0.43% | - |
| XYZ | 8.01 | 6.12 | 2.51 | - |
| YUV | 69.09 | 109.89 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 55 | 37 | 0 | 0.50 | 0.66 | 0.57 | 15 | 0.49 | 0.29 |
| Hex | 6D | 37 | 25 | 0 | 32 | 42 | 39 | F | 31 | 1D |
| Octal | 155 | 67 | 45 | 0 | 62 | 102 | 71 | 17 | 61 | 35 |
| Binary | 1101101 | 110111 | 100101 | 0 | 110010 | 1000010 | 111001 | 1111 | 110001 | 11101 |
Color Harmonies of #6D3725
Complementary color
Monochromatic Colors of #6D3725
Black with #6D3725
Text Example
Text Example
White with #6D3725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3725; }
p { color: rgb(109,55,37); }
H1.HeaderClassName
{
color: #6D3725;
}
.AnyTagClassName
{
color: #6D3725;
}
</style>
background-color css
<style>
a { background-color: #6D3725; }
a { background-color: rgb(109,55,37); }
div.DivClassName
{
background-color: #6D3725;
}
.BgClassName
{
background-color: #6D3725;
}
</style>
border-color css
<style>
span { border-color: #6D3725; }
span { border-color: rgb(109,55,37); }
td.TdClassName
{
border-color: #6D3725;
}
.TagClassName
{
border-color: #6D3725;
}
</style>