Shades of New Amber #683A26
Tints of New Amber #683A26
RGB
CMYK
RGB Variations
Color information
#683A26 (or 0x683A26) is known color: New Amber. HEX triplet: 68, 3A and 26. RGB value is (104,58,38). Sum of RGB (Red+Green+Blue) = 104+58+38=200 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52% from 200); Green value is 58 (23.05% from 255 or 29% from 200); Blue value is 38 (15.23% from 255 or 19% from 200); Max value from RGB is 104 - color contains mainly: red. Hex color #683A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683A26 is #97C5D9. Grayscale: #454545. Windows color (decimal): -9946586 or 2505320. OLE color: 2505320.
HSL color Cylindrical-coordinate representation of color #683A26: hue angle of 18.18º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #683A26 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 58 | 38 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.59 |
| HSL | 18.18º | 0.46% | 0.28% | - |
| HSV(B) | 18.18º | 0.63% | 0.41% | - |
| XYZ | 7.57 | 6.11 | 2.61 | - |
| YUV | 69.47 | 110.24 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 58 | 38 | 0 | 0.44 | 0.63 | 0.59 | 18.18 | 0.46 | 0.28 |
| Hex | 68 | 3A | 26 | 0 | 2C | 3F | 3B | 12 | 2E | 1C |
| Octal | 150 | 72 | 46 | 0 | 54 | 77 | 73 | 22 | 56 | 34 |
| Binary | 1101000 | 111010 | 100110 | 0 | 101100 | 111111 | 111011 | 10010 | 101110 | 11100 |
Color Harmonies of #683A26
Complementary color
Monochromatic Colors of #683A26
Black with #683A26
Text Example
Text Example
White with #683A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683A26; }
p { color: rgb(104,58,38); }
H1.HeaderClassName
{
color: #683A26;
}
.AnyTagClassName
{
color: #683A26;
}
</style>
background-color css
<style>
a { background-color: #683A26; }
a { background-color: rgb(104,58,38); }
div.DivClassName
{
background-color: #683A26;
}
.BgClassName
{
background-color: #683A26;
}
</style>
border-color css
<style>
span { border-color: #683A26; }
span { border-color: rgb(104,58,38); }
td.TdClassName
{
border-color: #683A26;
}
.TagClassName
{
border-color: #683A26;
}
</style>