Shades of New Amber #68391F
Tints of New Amber #68391F
RGB
CMYK
RGB Variations
Color information
#68391F (or 0x68391F) is known color: New Amber. HEX triplet: 68, 39 and 1F. RGB value is (104,57,31). Sum of RGB (Red+Green+Blue) = 104+57+31=192 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.17% from 192); Green value is 57 (22.66% from 255 or 29.69% from 192); Blue value is 31 (12.5% from 255 or 16.15% from 192); Max value from RGB is 104 - color contains mainly: red. Hex color #68391F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68391F is #97C6E0. Grayscale: #444444. Windows color (decimal): -9946849 or 2046312. OLE color: 2046312.
HSL color Cylindrical-coordinate representation of color #68391F: hue angle of 21.37º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #68391F is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 57 | 31 | - |
| CMYK | 0 | 0.45 | 0.70 | 0.59 |
| HSL | 21.37º | 0.54% | 0.26% | - |
| HSV(B) | 21.37º | 0.7% | 0.41% | - |
| XYZ | 7.42 | 5.97 | 2.06 | - |
| YUV | 68.09 | 107.07 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 57 | 31 | 0 | 0.45 | 0.70 | 0.59 | 21.37 | 0.54 | 0.26 |
| Hex | 68 | 39 | 1F | 0 | 2D | 46 | 3B | 15 | 36 | 1A |
| Octal | 150 | 71 | 37 | 0 | 55 | 106 | 73 | 25 | 66 | 32 |
| Binary | 1101000 | 111001 | 11111 | 0 | 101101 | 1000110 | 111011 | 10101 | 110110 | 11010 |
Color Harmonies of #68391F
Complementary color
Monochromatic Colors of #68391F
Black with #68391F
Text Example
Text Example
White with #68391F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68391F; }
p { color: rgb(104,57,31); }
H1.HeaderClassName
{
color: #68391F;
}
.AnyTagClassName
{
color: #68391F;
}
</style>
background-color css
<style>
a { background-color: #68391F; }
a { background-color: rgb(104,57,31); }
div.DivClassName
{
background-color: #68391F;
}
.BgClassName
{
background-color: #68391F;
}
</style>
border-color css
<style>
span { border-color: #68391F; }
span { border-color: rgb(104,57,31); }
td.TdClassName
{
border-color: #68391F;
}
.TagClassName
{
border-color: #68391F;
}
</style>