Shades of New Amber #683B20
Tints of New Amber #683B20
RGB
CMYK
RGB Variations
Color information
#683B20 (or 0x683B20) is known color: New Amber. HEX triplet: 68, 3B and 20. RGB value is (104,59,32). Sum of RGB (Red+Green+Blue) = 104+59+32=195 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.33% from 195); Green value is 59 (23.44% from 255 or 30.26% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 104 - color contains mainly: red. Hex color #683B20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683B20 is #97C4DF. Grayscale: #454545. Windows color (decimal): -9946336 or 2112360. OLE color: 2112360.
HSL color Cylindrical-coordinate representation of color #683B20: hue angle of 22.5º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #683B20 is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 59 | 32 | - |
| CMYK | 0 | 0.43 | 0.69 | 0.59 |
| HSL | 22.5º | 0.53% | 0.27% | - |
| HSV(B) | 22.5º | 0.69% | 0.41% | - |
| XYZ | 7.53 | 6.18 | 2.16 | - |
| YUV | 69.38 | 106.91 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 59 | 32 | 0 | 0.43 | 0.69 | 0.59 | 22.5 | 0.53 | 0.27 |
| Hex | 68 | 3B | 20 | 0 | 2B | 45 | 3B | 16 | 35 | 1B |
| Octal | 150 | 73 | 40 | 0 | 53 | 105 | 73 | 26 | 65 | 33 |
| Binary | 1101000 | 111011 | 100000 | 0 | 101011 | 1000101 | 111011 | 10110 | 110101 | 11011 |
Color Harmonies of #683B20
Complementary color
Monochromatic Colors of #683B20
Black with #683B20
Text Example
Text Example
White with #683B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683B20; }
p { color: rgb(104,59,32); }
H1.HeaderClassName
{
color: #683B20;
}
.AnyTagClassName
{
color: #683B20;
}
</style>
background-color css
<style>
a { background-color: #683B20; }
a { background-color: rgb(104,59,32); }
div.DivClassName
{
background-color: #683B20;
}
.BgClassName
{
background-color: #683B20;
}
</style>
border-color css
<style>
span { border-color: #683B20; }
span { border-color: rgb(104,59,32); }
td.TdClassName
{
border-color: #683B20;
}
.TagClassName
{
border-color: #683B20;
}
</style>