Shades of New Amber #683A1D
Tints of New Amber #683A1D
RGB
CMYK
RGB Variations
Color information
#683A1D (or 0x683A1D) is known color: New Amber. HEX triplet: 68, 3A and 1D. RGB value is (104,58,29). Sum of RGB (Red+Green+Blue) = 104+58+29=191 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.45% from 191); Green value is 58 (23.05% from 255 or 30.37% from 191); Blue value is 29 (11.72% from 255 or 15.18% from 191); Max value from RGB is 104 - color contains mainly: red. Hex color #683A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683A1D is #97C5E2. Grayscale: #444444. Windows color (decimal): -9946595 or 1915496. OLE color: 1915496.
HSL color Cylindrical-coordinate representation of color #683A1D: hue angle of 23.2º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #683A1D is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 58 | 29 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.59 |
| HSL | 23.2º | 0.56% | 0.26% | - |
| HSV(B) | 23.2º | 0.72% | 0.41% | - |
| XYZ | 7.44 | 6.06 | 1.94 | - |
| YUV | 68.45 | 105.74 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 58 | 29 | 0 | 0.44 | 0.72 | 0.59 | 23.2 | 0.56 | 0.26 |
| Hex | 68 | 3A | 1D | 0 | 2C | 48 | 3B | 17 | 38 | 1A |
| Octal | 150 | 72 | 35 | 0 | 54 | 110 | 73 | 27 | 70 | 32 |
| Binary | 1101000 | 111010 | 11101 | 0 | 101100 | 1001000 | 111011 | 10111 | 111000 | 11010 |
Color Harmonies of #683A1D
Complementary color
Monochromatic Colors of #683A1D
Black with #683A1D
Text Example
Text Example
White with #683A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683A1D; }
p { color: rgb(104,58,29); }
H1.HeaderClassName
{
color: #683A1D;
}
.AnyTagClassName
{
color: #683A1D;
}
</style>
background-color css
<style>
a { background-color: #683A1D; }
a { background-color: rgb(104,58,29); }
div.DivClassName
{
background-color: #683A1D;
}
.BgClassName
{
background-color: #683A1D;
}
</style>
border-color css
<style>
span { border-color: #683A1D; }
span { border-color: rgb(104,58,29); }
td.TdClassName
{
border-color: #683A1D;
}
.TagClassName
{
border-color: #683A1D;
}
</style>