Shades of New Amber #673C26
Tints of New Amber #673C26
RGB
CMYK
RGB Variations
Color information
#673C26 (or 0x673C26) is known color: New Amber. HEX triplet: 67, 3C and 26. RGB value is (103,60,38). Sum of RGB (Red+Green+Blue) = 103+60+38=201 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.24% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 38 (15.23% from 255 or 18.91% from 201); Max value from RGB is 103 - color contains mainly: red. Hex color #673C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673C26 is #98C3D9. Grayscale: #464646. Windows color (decimal): -10011610 or 2505831. OLE color: 2505831.
HSL color Cylindrical-coordinate representation of color #673C26: hue angle of 20.31º 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 #673C26 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 60 | 38 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.60 |
| HSL | 20.31º | 0.46% | 0.28% | - |
| HSV(B) | 20.31º | 0.63% | 0.4% | - |
| XYZ | 7.56 | 6.26 | 2.64 | - |
| YUV | 70.35 | 109.75 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 60 | 38 | 0 | 0.42 | 0.63 | 0.60 | 20.31 | 0.46 | 0.28 |
| Hex | 67 | 3C | 26 | 0 | 2A | 3F | 3C | 14 | 2E | 1C |
| Octal | 147 | 74 | 46 | 0 | 52 | 77 | 74 | 24 | 56 | 34 |
| Binary | 1100111 | 111100 | 100110 | 0 | 101010 | 111111 | 111100 | 10100 | 101110 | 11100 |
Color Harmonies of #673C26
Complementary color
Monochromatic Colors of #673C26
Black with #673C26
Text Example
Text Example
White with #673C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673C26; }
p { color: rgb(103,60,38); }
H1.HeaderClassName
{
color: #673C26;
}
.AnyTagClassName
{
color: #673C26;
}
</style>
background-color css
<style>
a { background-color: #673C26; }
a { background-color: rgb(103,60,38); }
div.DivClassName
{
background-color: #673C26;
}
.BgClassName
{
background-color: #673C26;
}
</style>
border-color css
<style>
span { border-color: #673C26; }
span { border-color: rgb(103,60,38); }
td.TdClassName
{
border-color: #673C26;
}
.TagClassName
{
border-color: #673C26;
}
</style>