Shades of New Amber #68321A
Tints of New Amber #68321A
RGB
CMYK
RGB Variations
Color information
#68321A (or 0x68321A) is known color: New Amber. HEX triplet: 68, 32 and 1A. RGB value is (104,50,26). Sum of RGB (Red+Green+Blue) = 104+50+26=180 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.78% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 26 (10.55% from 255 or 14.44% from 180); Max value from RGB is 104 - color contains mainly: red. Hex color #68321A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68321A is #97CDE5. Grayscale: #3F3F3F. Windows color (decimal): -9948646 or 1716840. OLE color: 1716840.
HSL color Cylindrical-coordinate representation of color #68321A: hue angle of 18.46º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #68321A is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 50 | 26 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.59 |
| HSL | 18.46º | 0.6% | 0.25% | - |
| HSV(B) | 18.46º | 0.75% | 0.41% | - |
| XYZ | 7.04 | 5.3 | 1.63 | - |
| YUV | 63.41 | 106.89 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 50 | 26 | 0 | 0.52 | 0.75 | 0.59 | 18.46 | 0.6 | 0.25 |
| Hex | 68 | 32 | 1A | 0 | 34 | 4B | 3B | 12 | 3C | 19 |
| Octal | 150 | 62 | 32 | 0 | 64 | 113 | 73 | 22 | 74 | 31 |
| Binary | 1101000 | 110010 | 11010 | 0 | 110100 | 1001011 | 111011 | 10010 | 111100 | 11001 |
Color Harmonies of #68321A
Complementary color
Monochromatic Colors of #68321A
Black with #68321A
Text Example
Text Example
White with #68321A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68321A; }
p { color: rgb(104,50,26); }
H1.HeaderClassName
{
color: #68321A;
}
.AnyTagClassName
{
color: #68321A;
}
</style>
background-color css
<style>
a { background-color: #68321A; }
a { background-color: rgb(104,50,26); }
div.DivClassName
{
background-color: #68321A;
}
.BgClassName
{
background-color: #68321A;
}
</style>
border-color css
<style>
span { border-color: #68321A; }
span { border-color: rgb(104,50,26); }
td.TdClassName
{
border-color: #68321A;
}
.TagClassName
{
border-color: #68321A;
}
</style>