Shades of New Amber #68301A
Tints of New Amber #68301A
RGB
CMYK
RGB Variations
Color information
#68301A (or 0x68301A) is known color: New Amber. HEX triplet: 68, 30 and 1A. RGB value is (104,48,26). Sum of RGB (Red+Green+Blue) = 104+48+26=178 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.43% from 178); Green value is 48 (19.14% from 255 or 26.97% from 178); Blue value is 26 (10.55% from 255 or 14.61% from 178); Max value from RGB is 104 - color contains mainly: red. Hex color #68301A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68301A is #97CFE5. Grayscale: #3E3E3E. Windows color (decimal): -9949158 or 1716328. OLE color: 1716328.
HSL color Cylindrical-coordinate representation of color #68301A: hue angle of 16.92º 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 #68301A is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 48 | 26 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.59 |
| HSL | 16.92º | 0.6% | 0.25% | - |
| HSV(B) | 16.92º | 0.75% | 0.41% | - |
| XYZ | 6.95 | 5.13 | 1.6 | - |
| YUV | 62.24 | 107.55 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 48 | 26 | 0 | 0.54 | 0.75 | 0.59 | 16.92 | 0.6 | 0.25 |
| Hex | 68 | 30 | 1A | 0 | 36 | 4B | 3B | 11 | 3C | 19 |
| Octal | 150 | 60 | 32 | 0 | 66 | 113 | 73 | 21 | 74 | 31 |
| Binary | 1101000 | 110000 | 11010 | 0 | 110110 | 1001011 | 111011 | 10001 | 111100 | 11001 |
Color Harmonies of #68301A
Complementary color
Monochromatic Colors of #68301A
Black with #68301A
Text Example
Text Example
White with #68301A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68301A; }
p { color: rgb(104,48,26); }
H1.HeaderClassName
{
color: #68301A;
}
.AnyTagClassName
{
color: #68301A;
}
</style>
background-color css
<style>
a { background-color: #68301A; }
a { background-color: rgb(104,48,26); }
div.DivClassName
{
background-color: #68301A;
}
.BgClassName
{
background-color: #68301A;
}
</style>
border-color css
<style>
span { border-color: #68301A; }
span { border-color: rgb(104,48,26); }
td.TdClassName
{
border-color: #68301A;
}
.TagClassName
{
border-color: #68301A;
}
</style>