Shades of New Amber #683D29
Tints of New Amber #683D29
RGB
CMYK
RGB Variations
Color information
#683D29 (or 0x683D29) is known color: New Amber. HEX triplet: 68, 3D and 29. RGB value is (104,61,41). Sum of RGB (Red+Green+Blue) = 104+61+41=206 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.49% from 206); Green value is 61 (24.22% from 255 or 29.61% from 206); Blue value is 41 (16.41% from 255 or 19.90% from 206); Max value from RGB is 104 - color contains mainly: red. Hex color #683D29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683D29 is #97C2D6. Grayscale: #474747. Windows color (decimal): -9945815 or 2702696. OLE color: 2702696.
HSL color Cylindrical-coordinate representation of color #683D29: hue angle of 19.05º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #683D29 is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 61 | 41 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.59 |
| HSL | 19.05º | 0.43% | 0.28% | - |
| HSV(B) | 19.05º | 0.61% | 0.41% | - |
| XYZ | 7.78 | 6.44 | 2.93 | - |
| YUV | 71.58 | 110.75 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 41 | 0 | 0.41 | 0.61 | 0.59 | 19.05 | 0.43 | 0.28 |
| Hex | 68 | 3D | 29 | 0 | 29 | 3D | 3B | 13 | 2B | 1C |
| Octal | 150 | 75 | 51 | 0 | 51 | 75 | 73 | 23 | 53 | 34 |
| Binary | 1101000 | 111101 | 101001 | 0 | 101001 | 111101 | 111011 | 10011 | 101011 | 11100 |
Color Harmonies of #683D29
Complementary color
Monochromatic Colors of #683D29
Black with #683D29
Text Example
Text Example
White with #683D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683D29; }
p { color: rgb(104,61,41); }
H1.HeaderClassName
{
color: #683D29;
}
.AnyTagClassName
{
color: #683D29;
}
</style>
background-color css
<style>
a { background-color: #683D29; }
a { background-color: rgb(104,61,41); }
div.DivClassName
{
background-color: #683D29;
}
.BgClassName
{
background-color: #683D29;
}
</style>
border-color css
<style>
span { border-color: #683D29; }
span { border-color: rgb(104,61,41); }
td.TdClassName
{
border-color: #683D29;
}
.TagClassName
{
border-color: #683D29;
}
</style>