Shades of New Amber #683F2C
Tints of New Amber #683F2C
RGB
CMYK
RGB Variations
Color information
#683F2C (or 0x683F2C) is known color: New Amber. HEX triplet: 68, 3F and 2C. RGB value is (104,63,44). Sum of RGB (Red+Green+Blue) = 104+63+44=211 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.29% from 211); Green value is 63 (25% from 255 or 29.86% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 104 - color contains mainly: red. Hex color #683F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683F2C is #97C0D3. Grayscale: #494949. Windows color (decimal): -9945300 or 2899816. OLE color: 2899816.
HSL color Cylindrical-coordinate representation of color #683F2C: hue angle of 19º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #683F2C is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 63 | 44 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.59 |
| HSL | 19º | 0.41% | 0.29% | - |
| HSV(B) | 19º | 0.58% | 0.41% | - |
| XYZ | 7.94 | 6.68 | 3.25 | - |
| YUV | 73.09 | 111.58 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 63 | 44 | 0 | 0.39 | 0.58 | 0.59 | 19 | 0.41 | 0.29 |
| Hex | 68 | 3F | 2C | 0 | 27 | 3A | 3B | 13 | 29 | 1D |
| Octal | 150 | 77 | 54 | 0 | 47 | 72 | 73 | 23 | 51 | 35 |
| Binary | 1101000 | 111111 | 101100 | 0 | 100111 | 111010 | 111011 | 10011 | 101001 | 11101 |
Color Harmonies of #683F2C
Complementary color
Monochromatic Colors of #683F2C
Black with #683F2C
Text Example
Text Example
White with #683F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683F2C; }
p { color: rgb(104,63,44); }
H1.HeaderClassName
{
color: #683F2C;
}
.AnyTagClassName
{
color: #683F2C;
}
</style>
background-color css
<style>
a { background-color: #683F2C; }
a { background-color: rgb(104,63,44); }
div.DivClassName
{
background-color: #683F2C;
}
.BgClassName
{
background-color: #683F2C;
}
</style>
border-color css
<style>
span { border-color: #683F2C; }
span { border-color: rgb(104,63,44); }
td.TdClassName
{
border-color: #683F2C;
}
.TagClassName
{
border-color: #683F2C;
}
</style>