Shades of New Amber #673A1C
Tints of New Amber #673A1C
RGB
CMYK
RGB Variations
Color information
#673A1C (or 0x673A1C) is known color: New Amber. HEX triplet: 67, 3A and 1C. RGB value is (103,58,28). Sum of RGB (Red+Green+Blue) = 103+58+28=189 (25% of max value = 765). Red value is 103 (40.62% from 255 or 54.50% from 189); Green value is 58 (23.05% from 255 or 30.69% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 103 - color contains mainly: red. Hex color #673A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673A1C is #98C5E3. Grayscale: #444444. Windows color (decimal): -10012132 or 1849959. OLE color: 1849959.
HSL color Cylindrical-coordinate representation of color #673A1C: hue angle of 24º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #673A1C is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 58 | 28 | - |
| CMYK | 0 | 0.44 | 0.73 | 0.60 |
| HSL | 24º | 0.57% | 0.26% | - |
| HSV(B) | 24º | 0.73% | 0.4% | - |
| XYZ | 7.32 | 5.99 | 1.87 | - |
| YUV | 68.04 | 105.41 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 58 | 28 | 0 | 0.44 | 0.73 | 0.60 | 24 | 0.57 | 0.26 |
| Hex | 67 | 3A | 1C | 0 | 2C | 49 | 3C | 18 | 39 | 1A |
| Octal | 147 | 72 | 34 | 0 | 54 | 111 | 74 | 30 | 71 | 32 |
| Binary | 1100111 | 111010 | 11100 | 0 | 101100 | 1001001 | 111100 | 11000 | 111001 | 11010 |
Color Harmonies of #673A1C
Complementary color
Monochromatic Colors of #673A1C
Black with #673A1C
Text Example
Text Example
White with #673A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673A1C; }
p { color: rgb(103,58,28); }
H1.HeaderClassName
{
color: #673A1C;
}
.AnyTagClassName
{
color: #673A1C;
}
</style>
background-color css
<style>
a { background-color: #673A1C; }
a { background-color: rgb(103,58,28); }
div.DivClassName
{
background-color: #673A1C;
}
.BgClassName
{
background-color: #673A1C;
}
</style>
border-color css
<style>
span { border-color: #673A1C; }
span { border-color: rgb(103,58,28); }
td.TdClassName
{
border-color: #673A1C;
}
.TagClassName
{
border-color: #673A1C;
}
</style>