Shades of New Amber #673921
Tints of New Amber #673921
RGB
CMYK
RGB Variations
Color information
#673921 (or 0x673921) is known color: New Amber. HEX triplet: 67, 39 and 21. RGB value is (103,57,33). Sum of RGB (Red+Green+Blue) = 103+57+33=193 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.37% from 193); Green value is 57 (22.66% from 255 or 29.53% from 193); Blue value is 33 (13.28% from 255 or 17.10% from 193); Max value from RGB is 103 - color contains mainly: red. Hex color #673921 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673921 is #98C6DE. Grayscale: #444444. Windows color (decimal): -10012383 or 2177383. OLE color: 2177383.
HSL color Cylindrical-coordinate representation of color #673921: hue angle of 20.57º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #673921 is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 57 | 33 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.60 |
| HSL | 20.57º | 0.51% | 0.27% | - |
| HSV(B) | 20.57º | 0.68% | 0.4% | - |
| XYZ | 7.33 | 5.92 | 2.2 | - |
| YUV | 68.02 | 108.24 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 57 | 33 | 0 | 0.45 | 0.68 | 0.60 | 20.57 | 0.51 | 0.27 |
| Hex | 67 | 39 | 21 | 0 | 2D | 44 | 3C | 15 | 33 | 1B |
| Octal | 147 | 71 | 41 | 0 | 55 | 104 | 74 | 25 | 63 | 33 |
| Binary | 1100111 | 111001 | 100001 | 0 | 101101 | 1000100 | 111100 | 10101 | 110011 | 11011 |
Color Harmonies of #673921
Complementary color
Monochromatic Colors of #673921
Black with #673921
Text Example
Text Example
White with #673921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673921; }
p { color: rgb(103,57,33); }
H1.HeaderClassName
{
color: #673921;
}
.AnyTagClassName
{
color: #673921;
}
</style>
background-color css
<style>
a { background-color: #673921; }
a { background-color: rgb(103,57,33); }
div.DivClassName
{
background-color: #673921;
}
.BgClassName
{
background-color: #673921;
}
</style>
border-color css
<style>
span { border-color: #673921; }
span { border-color: rgb(103,57,33); }
td.TdClassName
{
border-color: #673921;
}
.TagClassName
{
border-color: #673921;
}
</style>