Shades of New Amber #683A22
Tints of New Amber #683A22
RGB
CMYK
RGB Variations
Color information
#683A22 (or 0x683A22) is known color: New Amber. HEX triplet: 68, 3A and 22. RGB value is (104,58,34). Sum of RGB (Red+Green+Blue) = 104+58+34=196 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.06% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 34 (13.67% from 255 or 17.35% from 196); Max value from RGB is 104 - color contains mainly: red. Hex color #683A22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683A22 is #97C5DD. Grayscale: #454545. Windows color (decimal): -9946590 or 2243176. OLE color: 2243176.
HSL color Cylindrical-coordinate representation of color #683A22: hue angle of 20.57º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #683A22 is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 58 | 34 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.59 |
| HSL | 20.57º | 0.51% | 0.27% | - |
| HSV(B) | 20.57º | 0.67% | 0.41% | - |
| XYZ | 7.51 | 6.08 | 2.29 | - |
| YUV | 69.02 | 108.24 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 58 | 34 | 0 | 0.44 | 0.67 | 0.59 | 20.57 | 0.51 | 0.27 |
| Hex | 68 | 3A | 22 | 0 | 2C | 43 | 3B | 15 | 33 | 1B |
| Octal | 150 | 72 | 42 | 0 | 54 | 103 | 73 | 25 | 63 | 33 |
| Binary | 1101000 | 111010 | 100010 | 0 | 101100 | 1000011 | 111011 | 10101 | 110011 | 11011 |
Color Harmonies of #683A22
Complementary color
Monochromatic Colors of #683A22
Black with #683A22
Text Example
Text Example
White with #683A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683A22; }
p { color: rgb(104,58,34); }
H1.HeaderClassName
{
color: #683A22;
}
.AnyTagClassName
{
color: #683A22;
}
</style>
background-color css
<style>
a { background-color: #683A22; }
a { background-color: rgb(104,58,34); }
div.DivClassName
{
background-color: #683A22;
}
.BgClassName
{
background-color: #683A22;
}
</style>
border-color css
<style>
span { border-color: #683A22; }
span { border-color: rgb(104,58,34); }
td.TdClassName
{
border-color: #683A22;
}
.TagClassName
{
border-color: #683A22;
}
</style>