Shades of New Amber #68341A
Tints of New Amber #68341A
RGB
CMYK
RGB Variations
Color information
#68341A (or 0x68341A) is known color: New Amber. HEX triplet: 68, 34 and 1A. RGB value is (104,52,26). Sum of RGB (Red+Green+Blue) = 104+52+26=182 (24% of max value = 765). Red value is 104 (41.02% from 255 or 57.14% from 182); Green value is 52 (20.70% from 255 or 28.57% from 182); Blue value is 26 (10.55% from 255 or 14.29% from 182); Max value from RGB is 104 - color contains mainly: red. Hex color #68341A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68341A is #97CBE5. Grayscale: #404040. Windows color (decimal): -9948134 or 1717352. OLE color: 1717352.
HSL color Cylindrical-coordinate representation of color #68341A: hue angle of 20º 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 #68341A is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 52 | 26 | - |
| CMYK | 0 | 0.50 | 0.75 | 0.59 |
| HSL | 20º | 0.6% | 0.25% | - |
| HSV(B) | 20º | 0.75% | 0.41% | - |
| XYZ | 7.12 | 5.47 | 1.66 | - |
| YUV | 64.58 | 106.23 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 52 | 26 | 0 | 0.50 | 0.75 | 0.59 | 20 | 0.6 | 0.25 |
| Hex | 68 | 34 | 1A | 0 | 32 | 4B | 3B | 14 | 3C | 19 |
| Octal | 150 | 64 | 32 | 0 | 62 | 113 | 73 | 24 | 74 | 31 |
| Binary | 1101000 | 110100 | 11010 | 0 | 110010 | 1001011 | 111011 | 10100 | 111100 | 11001 |
Color Harmonies of #68341A
Complementary color
Monochromatic Colors of #68341A
Black with #68341A
Text Example
Text Example
White with #68341A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68341A; }
p { color: rgb(104,52,26); }
H1.HeaderClassName
{
color: #68341A;
}
.AnyTagClassName
{
color: #68341A;
}
</style>
background-color css
<style>
a { background-color: #68341A; }
a { background-color: rgb(104,52,26); }
div.DivClassName
{
background-color: #68341A;
}
.BgClassName
{
background-color: #68341A;
}
</style>
border-color css
<style>
span { border-color: #68341A; }
span { border-color: rgb(104,52,26); }
td.TdClassName
{
border-color: #68341A;
}
.TagClassName
{
border-color: #68341A;
}
</style>