Shades of New Amber #673927
Tints of New Amber #673927
RGB
CMYK
RGB Variations
Color information
#673927 (or 0x673927) is known color: New Amber. HEX triplet: 67, 39 and 27. RGB value is (103,57,39). Sum of RGB (Red+Green+Blue) = 103+57+39=199 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.76% from 199); Green value is 57 (22.66% from 255 or 28.64% from 199); Blue value is 39 (15.62% from 255 or 19.60% from 199); Max value from RGB is 103 - color contains mainly: red. Hex color #673927 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673927 is #98C6D8. Grayscale: #444444. Windows color (decimal): -10012377 or 2570599. OLE color: 2570599.
HSL color Cylindrical-coordinate representation of color #673927: hue angle of 16.88º 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 #673927 is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 57 | 39 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.60 |
| HSL | 16.88º | 0.45% | 0.28% | - |
| HSV(B) | 16.88º | 0.62% | 0.4% | - |
| XYZ | 7.42 | 5.96 | 2.68 | - |
| YUV | 68.7 | 111.24 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 57 | 39 | 0 | 0.45 | 0.62 | 0.60 | 16.88 | 0.45 | 0.28 |
| Hex | 67 | 39 | 27 | 0 | 2D | 3E | 3C | 11 | 2D | 1C |
| Octal | 147 | 71 | 47 | 0 | 55 | 76 | 74 | 21 | 55 | 34 |
| Binary | 1100111 | 111001 | 100111 | 0 | 101101 | 111110 | 111100 | 10001 | 101101 | 11100 |
Color Harmonies of #673927
Complementary color
Monochromatic Colors of #673927
Black with #673927
Text Example
Text Example
White with #673927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673927; }
p { color: rgb(103,57,39); }
H1.HeaderClassName
{
color: #673927;
}
.AnyTagClassName
{
color: #673927;
}
</style>
background-color css
<style>
a { background-color: #673927; }
a { background-color: rgb(103,57,39); }
div.DivClassName
{
background-color: #673927;
}
.BgClassName
{
background-color: #673927;
}
</style>
border-color css
<style>
span { border-color: #673927; }
span { border-color: rgb(103,57,39); }
td.TdClassName
{
border-color: #673927;
}
.TagClassName
{
border-color: #673927;
}
</style>