Shades of New Amber #683A28
Tints of New Amber #683A28
RGB
CMYK
RGB Variations
Color information
#683A28 (or 0x683A28) is known color: New Amber. HEX triplet: 68, 3A and 28. RGB value is (104,58,40). Sum of RGB (Red+Green+Blue) = 104+58+40=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 58 (23.05% from 255 or 28.71% from 202); Blue value is 40 (16.02% from 255 or 19.80% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #683A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683A28 is #97C5D7. Grayscale: #454545. Windows color (decimal): -9946584 or 2636392. OLE color: 2636392.
HSL color Cylindrical-coordinate representation of color #683A28: hue angle of 16.88º 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 #683A28 is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 58 | 40 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.59 |
| HSL | 16.88º | 0.44% | 0.28% | - |
| HSV(B) | 16.88º | 0.62% | 0.41% | - |
| XYZ | 7.6 | 6.12 | 2.79 | - |
| YUV | 69.7 | 111.24 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 58 | 40 | 0 | 0.44 | 0.62 | 0.59 | 16.88 | 0.44 | 0.28 |
| Hex | 68 | 3A | 28 | 0 | 2C | 3E | 3B | 11 | 2C | 1C |
| Octal | 150 | 72 | 50 | 0 | 54 | 76 | 73 | 21 | 54 | 34 |
| Binary | 1101000 | 111010 | 101000 | 0 | 101100 | 111110 | 111011 | 10001 | 101100 | 11100 |
Color Harmonies of #683A28
Complementary color
Monochromatic Colors of #683A28
Black with #683A28
Text Example
Text Example
White with #683A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683A28; }
p { color: rgb(104,58,40); }
H1.HeaderClassName
{
color: #683A28;
}
.AnyTagClassName
{
color: #683A28;
}
</style>
background-color css
<style>
a { background-color: #683A28; }
a { background-color: rgb(104,58,40); }
div.DivClassName
{
background-color: #683A28;
}
.BgClassName
{
background-color: #683A28;
}
</style>
border-color css
<style>
span { border-color: #683A28; }
span { border-color: rgb(104,58,40); }
td.TdClassName
{
border-color: #683A28;
}
.TagClassName
{
border-color: #683A28;
}
</style>