Shades of New Amber #673A1F
Tints of New Amber #673A1F
RGB
CMYK
RGB Variations
Color information
#673A1F (or 0x673A1F) is known color: New Amber. HEX triplet: 67, 3A and 1F. RGB value is (103,58,31). Sum of RGB (Red+Green+Blue) = 103+58+31=192 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.65% from 192); Green value is 58 (23.05% from 255 or 30.21% from 192); Blue value is 31 (12.5% from 255 or 16.15% from 192); Max value from RGB is 103 - color contains mainly: red. Hex color #673A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673A1F is #98C5E0. Grayscale: #444444. Windows color (decimal): -10012129 or 2046567. OLE color: 2046567.
HSL color Cylindrical-coordinate representation of color #673A1F: hue angle of 22.5º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #673A1F is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 58 | 31 | - |
| CMYK | 0 | 0.44 | 0.70 | 0.60 |
| HSL | 22.5º | 0.54% | 0.26% | - |
| HSV(B) | 22.5º | 0.7% | 0.4% | - |
| XYZ | 7.35 | 6.01 | 2.07 | - |
| YUV | 68.38 | 106.91 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 58 | 31 | 0 | 0.44 | 0.70 | 0.60 | 22.5 | 0.54 | 0.26 |
| Hex | 67 | 3A | 1F | 0 | 2C | 46 | 3C | 16 | 36 | 1A |
| Octal | 147 | 72 | 37 | 0 | 54 | 106 | 74 | 26 | 66 | 32 |
| Binary | 1100111 | 111010 | 11111 | 0 | 101100 | 1000110 | 111100 | 10110 | 110110 | 11010 |
Color Harmonies of #673A1F
Complementary color
Monochromatic Colors of #673A1F
Black with #673A1F
Text Example
Text Example
White with #673A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673A1F; }
p { color: rgb(103,58,31); }
H1.HeaderClassName
{
color: #673A1F;
}
.AnyTagClassName
{
color: #673A1F;
}
</style>
background-color css
<style>
a { background-color: #673A1F; }
a { background-color: rgb(103,58,31); }
div.DivClassName
{
background-color: #673A1F;
}
.BgClassName
{
background-color: #673A1F;
}
</style>
border-color css
<style>
span { border-color: #673A1F; }
span { border-color: rgb(103,58,31); }
td.TdClassName
{
border-color: #673A1F;
}
.TagClassName
{
border-color: #673A1F;
}
</style>