Shades of New Amber #683F2D
Tints of New Amber #683F2D
RGB
CMYK
RGB Variations
Color information
#683F2D (or 0x683F2D) is known color: New Amber. HEX triplet: 68, 3F and 2D. RGB value is (104,63,45). Sum of RGB (Red+Green+Blue) = 104+63+45=212 (28% of max value = 765). Red value is 104 (41.02% from 255 or 49.06% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 104 - color contains mainly: red. Hex color #683F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683F2D is #97C0D2. Grayscale: #494949. Windows color (decimal): -9945299 or 2965352. OLE color: 2965352.
HSL color Cylindrical-coordinate representation of color #683F2D: hue angle of 18.31º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #683F2D is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 63 | 45 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.59 |
| HSL | 18.31º | 0.4% | 0.29% | - |
| HSV(B) | 18.31º | 0.57% | 0.41% | - |
| XYZ | 7.96 | 6.69 | 3.35 | - |
| YUV | 73.21 | 112.08 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 63 | 45 | 0 | 0.39 | 0.57 | 0.59 | 18.31 | 0.4 | 0.29 |
| Hex | 68 | 3F | 2D | 0 | 27 | 39 | 3B | 12 | 28 | 1D |
| Octal | 150 | 77 | 55 | 0 | 47 | 71 | 73 | 22 | 50 | 35 |
| Binary | 1101000 | 111111 | 101101 | 0 | 100111 | 111001 | 111011 | 10010 | 101000 | 11101 |
Color Harmonies of #683F2D
Complementary color
Monochromatic Colors of #683F2D
Black with #683F2D
Text Example
Text Example
White with #683F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683F2D; }
p { color: rgb(104,63,45); }
H1.HeaderClassName
{
color: #683F2D;
}
.AnyTagClassName
{
color: #683F2D;
}
</style>
background-color css
<style>
a { background-color: #683F2D; }
a { background-color: rgb(104,63,45); }
div.DivClassName
{
background-color: #683F2D;
}
.BgClassName
{
background-color: #683F2D;
}
</style>
border-color css
<style>
span { border-color: #683F2D; }
span { border-color: rgb(104,63,45); }
td.TdClassName
{
border-color: #683F2D;
}
.TagClassName
{
border-color: #683F2D;
}
</style>