Shades of New Amber #683D28
Tints of New Amber #683D28
RGB
CMYK
RGB Variations
Color information
#683D28 (or 0x683D28) is known color: New Amber. HEX triplet: 68, 3D and 28. RGB value is (104,61,40). Sum of RGB (Red+Green+Blue) = 104+61+40=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #683D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683D28 is #97C2D7. Grayscale: #474747. Windows color (decimal): -9945816 or 2637160. OLE color: 2637160.
HSL color Cylindrical-coordinate representation of color #683D28: hue angle of 19.69º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #683D28 is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 61 | 40 | - |
| CMYK | 0 | 0.41 | 0.62 | 0.59 |
| HSL | 19.69º | 0.44% | 0.28% | - |
| HSV(B) | 19.69º | 0.62% | 0.41% | - |
| XYZ | 7.76 | 6.43 | 2.84 | - |
| YUV | 71.46 | 110.25 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 40 | 0 | 0.41 | 0.62 | 0.59 | 19.69 | 0.44 | 0.28 |
| Hex | 68 | 3D | 28 | 0 | 29 | 3E | 3B | 14 | 2C | 1C |
| Octal | 150 | 75 | 50 | 0 | 51 | 76 | 73 | 24 | 54 | 34 |
| Binary | 1101000 | 111101 | 101000 | 0 | 101001 | 111110 | 111011 | 10100 | 101100 | 11100 |
Color Harmonies of #683D28
Complementary color
Monochromatic Colors of #683D28
Black with #683D28
Text Example
Text Example
White with #683D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683D28; }
p { color: rgb(104,61,40); }
H1.HeaderClassName
{
color: #683D28;
}
.AnyTagClassName
{
color: #683D28;
}
</style>
background-color css
<style>
a { background-color: #683D28; }
a { background-color: rgb(104,61,40); }
div.DivClassName
{
background-color: #683D28;
}
.BgClassName
{
background-color: #683D28;
}
</style>
border-color css
<style>
span { border-color: #683D28; }
span { border-color: rgb(104,61,40); }
td.TdClassName
{
border-color: #683D28;
}
.TagClassName
{
border-color: #683D28;
}
</style>