Shades of New Amber #673D28
Tints of New Amber #673D28
RGB
CMYK
RGB Variations
Color information
#673D28 (or 0x673D28) is known color: New Amber. HEX triplet: 67, 3D and 28. RGB value is (103,61,40). Sum of RGB (Red+Green+Blue) = 103+61+40=204 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50.49% from 204); Green value is 61 (24.22% from 255 or 29.90% from 204); Blue value is 40 (16.02% from 255 or 19.61% from 204); Max value from RGB is 103 - color contains mainly: red. Hex color #673D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673D28 is #98C2D7. Grayscale: #474747. Windows color (decimal): -10011352 or 2637159. OLE color: 2637159.
HSL color Cylindrical-coordinate representation of color #673D28: hue angle of 20º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #673D28 is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 61 | 40 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.60 |
| HSL | 20º | 0.44% | 0.28% | - |
| HSV(B) | 20º | 0.61% | 0.4% | - |
| XYZ | 7.65 | 6.37 | 2.83 | - |
| YUV | 71.16 | 110.41 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 61 | 40 | 0 | 0.41 | 0.61 | 0.60 | 20 | 0.44 | 0.28 |
| Hex | 67 | 3D | 28 | 0 | 29 | 3D | 3C | 14 | 2C | 1C |
| Octal | 147 | 75 | 50 | 0 | 51 | 75 | 74 | 24 | 54 | 34 |
| Binary | 1100111 | 111101 | 101000 | 0 | 101001 | 111101 | 111100 | 10100 | 101100 | 11100 |
Color Harmonies of #673D28
Complementary color
Monochromatic Colors of #673D28
Black with #673D28
Text Example
Text Example
White with #673D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673D28; }
p { color: rgb(103,61,40); }
H1.HeaderClassName
{
color: #673D28;
}
.AnyTagClassName
{
color: #673D28;
}
</style>
background-color css
<style>
a { background-color: #673D28; }
a { background-color: rgb(103,61,40); }
div.DivClassName
{
background-color: #673D28;
}
.BgClassName
{
background-color: #673D28;
}
</style>
border-color css
<style>
span { border-color: #673D28; }
span { border-color: rgb(103,61,40); }
td.TdClassName
{
border-color: #673D28;
}
.TagClassName
{
border-color: #673D28;
}
</style>