Shades of New Amber #673E2B
Tints of New Amber #673E2B
RGB
CMYK
RGB Variations
Color information
#673E2B (or 0x673E2B) is known color: New Amber. HEX triplet: 67, 3E and 2B. RGB value is (103,62,43). Sum of RGB (Red+Green+Blue) = 103+62+43=208 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.52% from 208); Green value is 62 (24.61% from 255 or 29.81% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 103 - color contains mainly: red. Hex color #673E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673E2B is #98C1D4. Grayscale: #484848. Windows color (decimal): -10011093 or 2834023. OLE color: 2834023.
HSL color Cylindrical-coordinate representation of color #673E2B: hue angle of 19º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #673E2B is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 62 | 43 | - |
| CMYK | 0 | 0.40 | 0.58 | 0.60 |
| HSL | 19º | 0.41% | 0.29% | - |
| HSV(B) | 19º | 0.58% | 0.4% | - |
| XYZ | 7.75 | 6.5 | 3.13 | - |
| YUV | 72.09 | 111.58 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 62 | 43 | 0 | 0.40 | 0.58 | 0.60 | 19 | 0.41 | 0.29 |
| Hex | 67 | 3E | 2B | 0 | 28 | 3A | 3C | 13 | 29 | 1D |
| Octal | 147 | 76 | 53 | 0 | 50 | 72 | 74 | 23 | 51 | 35 |
| Binary | 1100111 | 111110 | 101011 | 0 | 101000 | 111010 | 111100 | 10011 | 101001 | 11101 |
Color Harmonies of #673E2B
Complementary color
Monochromatic Colors of #673E2B
Black with #673E2B
Text Example
Text Example
White with #673E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673E2B; }
p { color: rgb(103,62,43); }
H1.HeaderClassName
{
color: #673E2B;
}
.AnyTagClassName
{
color: #673E2B;
}
</style>
background-color css
<style>
a { background-color: #673E2B; }
a { background-color: rgb(103,62,43); }
div.DivClassName
{
background-color: #673E2B;
}
.BgClassName
{
background-color: #673E2B;
}
</style>
border-color css
<style>
span { border-color: #673E2B; }
span { border-color: rgb(103,62,43); }
td.TdClassName
{
border-color: #673E2B;
}
.TagClassName
{
border-color: #673E2B;
}
</style>