Shades of New Amber #673824
Tints of New Amber #673824
RGB
CMYK
RGB Variations
Color information
#673824 (or 0x673824) is known color: New Amber. HEX triplet: 67, 38 and 24. RGB value is (103,56,36). Sum of RGB (Red+Green+Blue) = 103+56+36=195 (25% of max value = 765). Red value is 103 (40.62% from 255 or 52.82% from 195); Green value is 56 (22.27% from 255 or 28.72% from 195); Blue value is 36 (14.45% from 255 or 18.46% from 195); Max value from RGB is 103 - color contains mainly: red. Hex color #673824 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673824 is #98C7DB. Grayscale: #434343. Windows color (decimal): -10012636 or 2373735. OLE color: 2373735.
HSL color Cylindrical-coordinate representation of color #673824: hue angle of 17.91º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #673824 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 56 | 36 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.60 |
| HSL | 17.91º | 0.48% | 0.27% | - |
| HSV(B) | 17.91º | 0.65% | 0.4% | - |
| XYZ | 7.33 | 5.84 | 2.41 | - |
| YUV | 67.77 | 110.07 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 56 | 36 | 0 | 0.46 | 0.65 | 0.60 | 17.91 | 0.48 | 0.27 |
| Hex | 67 | 38 | 24 | 0 | 2E | 41 | 3C | 12 | 30 | 1B |
| Octal | 147 | 70 | 44 | 0 | 56 | 101 | 74 | 22 | 60 | 33 |
| Binary | 1100111 | 111000 | 100100 | 0 | 101110 | 1000001 | 111100 | 10010 | 110000 | 11011 |
Color Harmonies of #673824
Complementary color
Monochromatic Colors of #673824
Black with #673824
Text Example
Text Example
White with #673824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673824; }
p { color: rgb(103,56,36); }
H1.HeaderClassName
{
color: #673824;
}
.AnyTagClassName
{
color: #673824;
}
</style>
background-color css
<style>
a { background-color: #673824; }
a { background-color: rgb(103,56,36); }
div.DivClassName
{
background-color: #673824;
}
.BgClassName
{
background-color: #673824;
}
</style>
border-color css
<style>
span { border-color: #673824; }
span { border-color: rgb(103,56,36); }
td.TdClassName
{
border-color: #673824;
}
.TagClassName
{
border-color: #673824;
}
</style>