Shades of New Amber #673D27
Tints of New Amber #673D27
RGB
CMYK
RGB Variations
Color information
#673D27 (or 0x673D27) is known color: New Amber. HEX triplet: 67, 3D and 27. RGB value is (103,61,39). Sum of RGB (Red+Green+Blue) = 103+61+39=203 (26% of max value = 765). Red value is 103 (40.62% from 255 or 50.74% from 203); Green value is 61 (24.22% from 255 or 30.05% from 203); Blue value is 39 (15.62% from 255 or 19.21% from 203); Max value from RGB is 103 - color contains mainly: red. Hex color #673D27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673D27 is #98C2D8. Grayscale: #474747. Windows color (decimal): -10011353 or 2571623. OLE color: 2571623.
HSL color Cylindrical-coordinate representation of color #673D27: hue angle of 20.62º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #673D27 is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 61 | 39 | - |
| CMYK | 0 | 0.41 | 0.62 | 0.60 |
| HSL | 20.63º | 0.45% | 0.28% | - |
| HSV(B) | 20.63º | 0.62% | 0.4% | - |
| XYZ | 7.63 | 6.37 | 2.75 | - |
| YUV | 71.05 | 109.91 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 61 | 39 | 0 | 0.41 | 0.62 | 0.60 | 20.63 | 0.45 | 0.28 |
| Hex | 67 | 3D | 27 | 0 | 29 | 3E | 3C | 15 | 2D | 1C |
| Octal | 147 | 75 | 47 | 0 | 51 | 76 | 74 | 25 | 55 | 34 |
| Binary | 1100111 | 111101 | 100111 | 0 | 101001 | 111110 | 111100 | 10101 | 101101 | 11100 |
Color Harmonies of #673D27
Complementary color
Monochromatic Colors of #673D27
Black with #673D27
Text Example
Text Example
White with #673D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673D27; }
p { color: rgb(103,61,39); }
H1.HeaderClassName
{
color: #673D27;
}
.AnyTagClassName
{
color: #673D27;
}
</style>
background-color css
<style>
a { background-color: #673D27; }
a { background-color: rgb(103,61,39); }
div.DivClassName
{
background-color: #673D27;
}
.BgClassName
{
background-color: #673D27;
}
</style>
border-color css
<style>
span { border-color: #673D27; }
span { border-color: rgb(103,61,39); }
td.TdClassName
{
border-color: #673D27;
}
.TagClassName
{
border-color: #673D27;
}
</style>