Shades of New Amber #68321B
Tints of New Amber #68321B
RGB
CMYK
RGB Variations
Color information
#68321B (or 0x68321B) is known color: New Amber. HEX triplet: 68, 32 and 1B. RGB value is (104,50,27). Sum of RGB (Red+Green+Blue) = 104+50+27=181 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.46% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 27 (10.94% from 255 or 14.92% from 181); Max value from RGB is 104 - color contains mainly: red. Hex color #68321B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68321B is #97CDE4. Grayscale: #3F3F3F. Windows color (decimal): -9948645 or 1782376. OLE color: 1782376.
HSL color Cylindrical-coordinate representation of color #68321B: hue angle of 17.92º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #68321B is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 50 | 27 | - |
| CMYK | 0 | 0.52 | 0.74 | 0.59 |
| HSL | 17.92º | 0.59% | 0.26% | - |
| HSV(B) | 17.92º | 0.74% | 0.41% | - |
| XYZ | 7.05 | 5.3 | 1.69 | - |
| YUV | 63.52 | 107.39 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 50 | 27 | 0 | 0.52 | 0.74 | 0.59 | 17.92 | 0.59 | 0.26 |
| Hex | 68 | 32 | 1B | 0 | 34 | 4A | 3B | 12 | 3B | 1A |
| Octal | 150 | 62 | 33 | 0 | 64 | 112 | 73 | 22 | 73 | 32 |
| Binary | 1101000 | 110010 | 11011 | 0 | 110100 | 1001010 | 111011 | 10010 | 111011 | 11010 |
Color Harmonies of #68321B
Complementary color
Monochromatic Colors of #68321B
Black with #68321B
Text Example
Text Example
White with #68321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68321B; }
p { color: rgb(104,50,27); }
H1.HeaderClassName
{
color: #68321B;
}
.AnyTagClassName
{
color: #68321B;
}
</style>
background-color css
<style>
a { background-color: #68321B; }
a { background-color: rgb(104,50,27); }
div.DivClassName
{
background-color: #68321B;
}
.BgClassName
{
background-color: #68321B;
}
</style>
border-color css
<style>
span { border-color: #68321B; }
span { border-color: rgb(104,50,27); }
td.TdClassName
{
border-color: #68321B;
}
.TagClassName
{
border-color: #68321B;
}
</style>