Shades of New Amber #673E2C
Tints of New Amber #673E2C
RGB
CMYK
RGB Variations
Color information
#673E2C (or 0x673E2C) is known color: New Amber. HEX triplet: 67, 3E and 2C. RGB value is (103,62,44). Sum of RGB (Red+Green+Blue) = 103+62+44=209 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.28% from 209); Green value is 62 (24.61% from 255 or 29.67% from 209); Blue value is 44 (17.58% from 255 or 21.05% from 209); Max value from RGB is 103 - color contains mainly: red. Hex color #673E2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673E2C is #98C1D3. Grayscale: #484848. Windows color (decimal): -10011092 or 2899559. OLE color: 2899559.
HSL color Cylindrical-coordinate representation of color #673E2C: hue angle of 18.31º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #673E2C is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 62 | 44 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.60 |
| HSL | 18.31º | 0.4% | 0.29% | - |
| HSV(B) | 18.31º | 0.57% | 0.4% | - |
| XYZ | 7.77 | 6.51 | 3.23 | - |
| YUV | 72.21 | 112.08 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 62 | 44 | 0 | 0.40 | 0.57 | 0.60 | 18.31 | 0.4 | 0.29 |
| Hex | 67 | 3E | 2C | 0 | 28 | 39 | 3C | 12 | 28 | 1D |
| Octal | 147 | 76 | 54 | 0 | 50 | 71 | 74 | 22 | 50 | 35 |
| Binary | 1100111 | 111110 | 101100 | 0 | 101000 | 111001 | 111100 | 10010 | 101000 | 11101 |
Color Harmonies of #673E2C
Complementary color
Monochromatic Colors of #673E2C
Black with #673E2C
Text Example
Text Example
White with #673E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673E2C; }
p { color: rgb(103,62,44); }
H1.HeaderClassName
{
color: #673E2C;
}
.AnyTagClassName
{
color: #673E2C;
}
</style>
background-color css
<style>
a { background-color: #673E2C; }
a { background-color: rgb(103,62,44); }
div.DivClassName
{
background-color: #673E2C;
}
.BgClassName
{
background-color: #673E2C;
}
</style>
border-color css
<style>
span { border-color: #673E2C; }
span { border-color: rgb(103,62,44); }
td.TdClassName
{
border-color: #673E2C;
}
.TagClassName
{
border-color: #673E2C;
}
</style>