Shades of New Amber #673720
Tints of New Amber #673720
RGB
CMYK
RGB Variations
Color information
#673720 (or 0x673720) is known color: New Amber. HEX triplet: 67, 37 and 20. RGB value is (103,55,32). Sum of RGB (Red+Green+Blue) = 103+55+32=190 (25% of max value = 765). Red value is 103 (40.62% from 255 or 54.21% from 190); Green value is 55 (21.88% from 255 or 28.95% from 190); Blue value is 32 (12.89% from 255 or 16.84% from 190); Max value from RGB is 103 - color contains mainly: red. Hex color #673720 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673720 is #98C8DF. Grayscale: #424242. Windows color (decimal): -10012896 or 2111335. OLE color: 2111335.
HSL color Cylindrical-coordinate representation of color #673720: hue angle of 19.44º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #673720 is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 55 | 32 | - |
| CMYK | 0 | 0.47 | 0.69 | 0.60 |
| HSL | 19.44º | 0.53% | 0.26% | - |
| HSV(B) | 19.44º | 0.69% | 0.4% | - |
| XYZ | 7.22 | 5.72 | 2.09 | - |
| YUV | 66.73 | 108.4 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 55 | 32 | 0 | 0.47 | 0.69 | 0.60 | 19.44 | 0.53 | 0.26 |
| Hex | 67 | 37 | 20 | 0 | 2F | 45 | 3C | 13 | 35 | 1A |
| Octal | 147 | 67 | 40 | 0 | 57 | 105 | 74 | 23 | 65 | 32 |
| Binary | 1100111 | 110111 | 100000 | 0 | 101111 | 1000101 | 111100 | 10011 | 110101 | 11010 |
Color Harmonies of #673720
Complementary color
Monochromatic Colors of #673720
Black with #673720
Text Example
Text Example
White with #673720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673720; }
p { color: rgb(103,55,32); }
H1.HeaderClassName
{
color: #673720;
}
.AnyTagClassName
{
color: #673720;
}
</style>
background-color css
<style>
a { background-color: #673720; }
a { background-color: rgb(103,55,32); }
div.DivClassName
{
background-color: #673720;
}
.BgClassName
{
background-color: #673720;
}
</style>
border-color css
<style>
span { border-color: #673720; }
span { border-color: rgb(103,55,32); }
td.TdClassName
{
border-color: #673720;
}
.TagClassName
{
border-color: #673720;
}
</style>