Shades of New Amber #68341E
Tints of New Amber #68341E
RGB
CMYK
RGB Variations
Color information
#68341E (or 0x68341E) is known color: New Amber. HEX triplet: 68, 34 and 1E. RGB value is (104,52,30). Sum of RGB (Red+Green+Blue) = 104+52+30=186 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.91% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 30 (12.11% from 255 or 16.13% from 186); Max value from RGB is 104 - color contains mainly: red. Hex color #68341E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68341E is #97CBE1. Grayscale: #414141. Windows color (decimal): -9948130 or 1979496. OLE color: 1979496.
HSL color Cylindrical-coordinate representation of color #68341E: hue angle of 17.84º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #68341E is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 52 | 30 | - |
| CMYK | 0 | 0.50 | 0.71 | 0.59 |
| HSL | 17.84º | 0.55% | 0.26% | - |
| HSV(B) | 17.84º | 0.71% | 0.41% | - |
| XYZ | 7.17 | 5.49 | 1.91 | - |
| YUV | 65.04 | 108.23 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 52 | 30 | 0 | 0.50 | 0.71 | 0.59 | 17.84 | 0.55 | 0.26 |
| Hex | 68 | 34 | 1E | 0 | 32 | 47 | 3B | 12 | 37 | 1A |
| Octal | 150 | 64 | 36 | 0 | 62 | 107 | 73 | 22 | 67 | 32 |
| Binary | 1101000 | 110100 | 11110 | 0 | 110010 | 1000111 | 111011 | 10010 | 110111 | 11010 |
Color Harmonies of #68341E
Complementary color
Monochromatic Colors of #68341E
Black with #68341E
Text Example
Text Example
White with #68341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68341E; }
p { color: rgb(104,52,30); }
H1.HeaderClassName
{
color: #68341E;
}
.AnyTagClassName
{
color: #68341E;
}
</style>
background-color css
<style>
a { background-color: #68341E; }
a { background-color: rgb(104,52,30); }
div.DivClassName
{
background-color: #68341E;
}
.BgClassName
{
background-color: #68341E;
}
</style>
border-color css
<style>
span { border-color: #68341E; }
span { border-color: rgb(104,52,30); }
td.TdClassName
{
border-color: #68341E;
}
.TagClassName
{
border-color: #68341E;
}
</style>