Shades of New Amber #68361E
Tints of New Amber #68361E
RGB
CMYK
RGB Variations
Color information
#68361E (or 0x68361E) is known color: New Amber. HEX triplet: 68, 36 and 1E. RGB value is (104,54,30). Sum of RGB (Red+Green+Blue) = 104+54+30=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 54 (21.48% from 255 or 28.72% from 188); Blue value is 30 (12.11% from 255 or 15.96% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #68361E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68361E is #97C9E1. Grayscale: #424242. Windows color (decimal): -9947618 or 1980008. OLE color: 1980008.
HSL color Cylindrical-coordinate representation of color #68361E: hue angle of 19.46º 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 #68361E is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 54 | 30 | - |
| CMYK | 0 | 0.48 | 0.71 | 0.59 |
| HSL | 19.46º | 0.55% | 0.26% | - |
| HSV(B) | 19.46º | 0.71% | 0.41% | - |
| XYZ | 7.26 | 5.68 | 1.94 | - |
| YUV | 66.21 | 107.57 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 54 | 30 | 0 | 0.48 | 0.71 | 0.59 | 19.46 | 0.55 | 0.26 |
| Hex | 68 | 36 | 1E | 0 | 30 | 47 | 3B | 13 | 37 | 1A |
| Octal | 150 | 66 | 36 | 0 | 60 | 107 | 73 | 23 | 67 | 32 |
| Binary | 1101000 | 110110 | 11110 | 0 | 110000 | 1000111 | 111011 | 10011 | 110111 | 11010 |
Color Harmonies of #68361E
Complementary color
Monochromatic Colors of #68361E
Black with #68361E
Text Example
Text Example
White with #68361E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68361E; }
p { color: rgb(104,54,30); }
H1.HeaderClassName
{
color: #68361E;
}
.AnyTagClassName
{
color: #68361E;
}
</style>
background-color css
<style>
a { background-color: #68361E; }
a { background-color: rgb(104,54,30); }
div.DivClassName
{
background-color: #68361E;
}
.BgClassName
{
background-color: #68361E;
}
</style>
border-color css
<style>
span { border-color: #68361E; }
span { border-color: rgb(104,54,30); }
td.TdClassName
{
border-color: #68361E;
}
.TagClassName
{
border-color: #68361E;
}
</style>