Shades of New Amber #673B26
Tints of New Amber #673B26
RGB
CMYK
RGB Variations
Color information
#673B26 (or 0x673B26) is known color: New Amber. HEX triplet: 67, 3B and 26. RGB value is (103,59,38). Sum of RGB (Red+Green+Blue) = 103+59+38=200 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.5% from 200); Green value is 59 (23.44% from 255 or 29.5% from 200); Blue value is 38 (15.23% from 255 or 19% from 200); Max value from RGB is 103 - color contains mainly: red. Hex color #673B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673B26 is #98C4D9. Grayscale: #454545. Windows color (decimal): -10011866 or 2505575. OLE color: 2505575.
HSL color Cylindrical-coordinate representation of color #673B26: hue angle of 19.38º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #673B26 is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 59 | 38 | - |
| CMYK | 0 | 0.43 | 0.63 | 0.60 |
| HSL | 19.38º | 0.46% | 0.28% | - |
| HSV(B) | 19.38º | 0.63% | 0.4% | - |
| XYZ | 7.51 | 6.15 | 2.63 | - |
| YUV | 69.76 | 110.08 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 59 | 38 | 0 | 0.43 | 0.63 | 0.60 | 19.38 | 0.46 | 0.28 |
| Hex | 67 | 3B | 26 | 0 | 2B | 3F | 3C | 13 | 2E | 1C |
| Octal | 147 | 73 | 46 | 0 | 53 | 77 | 74 | 23 | 56 | 34 |
| Binary | 1100111 | 111011 | 100110 | 0 | 101011 | 111111 | 111100 | 10011 | 101110 | 11100 |
Color Harmonies of #673B26
Complementary color
Monochromatic Colors of #673B26
Black with #673B26
Text Example
Text Example
White with #673B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673B26; }
p { color: rgb(103,59,38); }
H1.HeaderClassName
{
color: #673B26;
}
.AnyTagClassName
{
color: #673B26;
}
</style>
background-color css
<style>
a { background-color: #673B26; }
a { background-color: rgb(103,59,38); }
div.DivClassName
{
background-color: #673B26;
}
.BgClassName
{
background-color: #673B26;
}
</style>
border-color css
<style>
span { border-color: #673B26; }
span { border-color: rgb(103,59,38); }
td.TdClassName
{
border-color: #673B26;
}
.TagClassName
{
border-color: #673B26;
}
</style>