Shades of New Amber #68381C
Tints of New Amber #68381C
RGB
CMYK
RGB Variations
Color information
#68381C (or 0x68381C) is known color: New Amber. HEX triplet: 68, 38 and 1C. RGB value is (104,56,28). Sum of RGB (Red+Green+Blue) = 104+56+28=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 56 (22.27% from 255 or 29.79% from 188); Blue value is 28 (11.33% from 255 or 14.89% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #68381C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68381C is #97C7E3. Grayscale: #434343. Windows color (decimal): -9947108 or 1849448. OLE color: 1849448.
HSL color Cylindrical-coordinate representation of color #68381C: hue angle of 22.11º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #68381C is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 56 | 28 | - |
| CMYK | 0 | 0.46 | 0.73 | 0.59 |
| HSL | 22.11º | 0.58% | 0.26% | - |
| HSV(B) | 22.11º | 0.73% | 0.41% | - |
| XYZ | 7.33 | 5.86 | 1.84 | - |
| YUV | 67.16 | 105.9 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 56 | 28 | 0 | 0.46 | 0.73 | 0.59 | 22.11 | 0.58 | 0.26 |
| Hex | 68 | 38 | 1C | 0 | 2E | 49 | 3B | 16 | 3A | 1A |
| Octal | 150 | 70 | 34 | 0 | 56 | 111 | 73 | 26 | 72 | 32 |
| Binary | 1101000 | 111000 | 11100 | 0 | 101110 | 1001001 | 111011 | 10110 | 111010 | 11010 |
Color Harmonies of #68381C
Complementary color
Monochromatic Colors of #68381C
Black with #68381C
Text Example
Text Example
White with #68381C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68381C; }
p { color: rgb(104,56,28); }
H1.HeaderClassName
{
color: #68381C;
}
.AnyTagClassName
{
color: #68381C;
}
</style>
background-color css
<style>
a { background-color: #68381C; }
a { background-color: rgb(104,56,28); }
div.DivClassName
{
background-color: #68381C;
}
.BgClassName
{
background-color: #68381C;
}
</style>
border-color css
<style>
span { border-color: #68381C; }
span { border-color: rgb(104,56,28); }
td.TdClassName
{
border-color: #68381C;
}
.TagClassName
{
border-color: #68381C;
}
</style>