Shades of New Amber #673D26
Tints of New Amber #673D26
RGB
CMYK
RGB Variations
Color information
#673D26 (or 0x673D26) is known color: New Amber. HEX triplet: 67, 3D and 26. RGB value is (103,61,38). Sum of RGB (Red+Green+Blue) = 103+61+38=202 (26% of max value = 765). Red value is 103 (40.62% from 255 or 50.99% from 202); Green value is 61 (24.22% from 255 or 30.20% from 202); Blue value is 38 (15.23% from 255 or 18.81% from 202); Max value from RGB is 103 - color contains mainly: red. Hex color #673D26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673D26 is #98C2D9. Grayscale: #474747. Windows color (decimal): -10011354 or 2506087. OLE color: 2506087.
HSL color Cylindrical-coordinate representation of color #673D26: hue angle of 21.23º 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 #673D26 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 61 | 38 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.60 |
| HSL | 21.23º | 0.46% | 0.28% | - |
| HSV(B) | 21.23º | 0.63% | 0.4% | - |
| XYZ | 7.61 | 6.36 | 2.66 | - |
| YUV | 70.94 | 109.41 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 61 | 38 | 0 | 0.41 | 0.63 | 0.60 | 21.23 | 0.46 | 0.28 |
| Hex | 67 | 3D | 26 | 0 | 29 | 3F | 3C | 15 | 2E | 1C |
| Octal | 147 | 75 | 46 | 0 | 51 | 77 | 74 | 25 | 56 | 34 |
| Binary | 1100111 | 111101 | 100110 | 0 | 101001 | 111111 | 111100 | 10101 | 101110 | 11100 |
Color Harmonies of #673D26
Complementary color
Monochromatic Colors of #673D26
Black with #673D26
Text Example
Text Example
White with #673D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673D26; }
p { color: rgb(103,61,38); }
H1.HeaderClassName
{
color: #673D26;
}
.AnyTagClassName
{
color: #673D26;
}
</style>
background-color css
<style>
a { background-color: #673D26; }
a { background-color: rgb(103,61,38); }
div.DivClassName
{
background-color: #673D26;
}
.BgClassName
{
background-color: #673D26;
}
</style>
border-color css
<style>
span { border-color: #673D26; }
span { border-color: rgb(103,61,38); }
td.TdClassName
{
border-color: #673D26;
}
.TagClassName
{
border-color: #673D26;
}
</style>