Shades of New Amber #68341B
Tints of New Amber #68341B
RGB
CMYK
RGB Variations
Color information
#68341B (or 0x68341B) is known color: New Amber. HEX triplet: 68, 34 and 1B. RGB value is (104,52,27). Sum of RGB (Red+Green+Blue) = 104+52+27=183 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.83% from 183); Green value is 52 (20.70% from 255 or 28.42% from 183); Blue value is 27 (10.94% from 255 or 14.75% from 183); Max value from RGB is 104 - color contains mainly: red. Hex color #68341B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68341B is #97CBE4. Grayscale: #404040. Windows color (decimal): -9948133 or 1782888. OLE color: 1782888.
HSL color Cylindrical-coordinate representation of color #68341B: hue angle of 19.48º 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 #68341B is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 52 | 27 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.59 |
| HSL | 19.48º | 0.59% | 0.26% | - |
| HSV(B) | 19.48º | 0.74% | 0.41% | - |
| XYZ | 7.13 | 5.48 | 1.72 | - |
| YUV | 64.7 | 106.73 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 52 | 27 | 0 | 0.50 | 0.74 | 0.59 | 19.48 | 0.59 | 0.26 |
| Hex | 68 | 34 | 1B | 0 | 32 | 4A | 3B | 13 | 3B | 1A |
| Octal | 150 | 64 | 33 | 0 | 62 | 112 | 73 | 23 | 73 | 32 |
| Binary | 1101000 | 110100 | 11011 | 0 | 110010 | 1001010 | 111011 | 10011 | 111011 | 11010 |
Color Harmonies of #68341B
Complementary color
Monochromatic Colors of #68341B
Black with #68341B
Text Example
Text Example
White with #68341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68341B; }
p { color: rgb(104,52,27); }
H1.HeaderClassName
{
color: #68341B;
}
.AnyTagClassName
{
color: #68341B;
}
</style>
background-color css
<style>
a { background-color: #68341B; }
a { background-color: rgb(104,52,27); }
div.DivClassName
{
background-color: #68341B;
}
.BgClassName
{
background-color: #68341B;
}
</style>
border-color css
<style>
span { border-color: #68341B; }
span { border-color: rgb(104,52,27); }
td.TdClassName
{
border-color: #68341B;
}
.TagClassName
{
border-color: #68341B;
}
</style>