Shades of New Amber #683A20
Tints of New Amber #683A20
RGB
CMYK
RGB Variations
Color information
#683A20 (or 0x683A20) is known color: New Amber. HEX triplet: 68, 3A and 20. RGB value is (104,58,32). Sum of RGB (Red+Green+Blue) = 104+58+32=194 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.61% from 194); Green value is 58 (23.05% from 255 or 29.90% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 104 - color contains mainly: red. Hex color #683A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683A20 is #97C5DF. Grayscale: #444444. Windows color (decimal): -9946592 or 2112104. OLE color: 2112104.
HSL color Cylindrical-coordinate representation of color #683A20: hue angle of 21.67º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #683A20 is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 58 | 32 | - |
| CMYK | 0 | 0.44 | 0.69 | 0.59 |
| HSL | 21.67º | 0.53% | 0.27% | - |
| HSV(B) | 21.67º | 0.69% | 0.41% | - |
| XYZ | 7.48 | 6.07 | 2.14 | - |
| YUV | 68.79 | 107.24 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 58 | 32 | 0 | 0.44 | 0.69 | 0.59 | 21.67 | 0.53 | 0.27 |
| Hex | 68 | 3A | 20 | 0 | 2C | 45 | 3B | 16 | 35 | 1B |
| Octal | 150 | 72 | 40 | 0 | 54 | 105 | 73 | 26 | 65 | 33 |
| Binary | 1101000 | 111010 | 100000 | 0 | 101100 | 1000101 | 111011 | 10110 | 110101 | 11011 |
Color Harmonies of #683A20
Complementary color
Monochromatic Colors of #683A20
Black with #683A20
Text Example
Text Example
White with #683A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683A20; }
p { color: rgb(104,58,32); }
H1.HeaderClassName
{
color: #683A20;
}
.AnyTagClassName
{
color: #683A20;
}
</style>
background-color css
<style>
a { background-color: #683A20; }
a { background-color: rgb(104,58,32); }
div.DivClassName
{
background-color: #683A20;
}
.BgClassName
{
background-color: #683A20;
}
</style>
border-color css
<style>
span { border-color: #683A20; }
span { border-color: rgb(104,58,32); }
td.TdClassName
{
border-color: #683A20;
}
.TagClassName
{
border-color: #683A20;
}
</style>