Shades of New Amber #67391F
Tints of New Amber #67391F
RGB
CMYK
RGB Variations
Color information
#67391F (or 0x67391F) is known color: New Amber. HEX triplet: 67, 39 and 1F. RGB value is (103,57,31). Sum of RGB (Red+Green+Blue) = 103+57+31=191 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.93% from 191); Green value is 57 (22.66% from 255 or 29.84% from 191); Blue value is 31 (12.5% from 255 or 16.23% from 191); Max value from RGB is 103 - color contains mainly: red. Hex color #67391F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67391F is #98C6E0. Grayscale: #434343. Windows color (decimal): -10012385 or 2046311. OLE color: 2046311.
HSL color Cylindrical-coordinate representation of color #67391F: hue angle of 21.67º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #67391F is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 57 | 31 | - |
| CMYK | 0 | 0.45 | 0.70 | 0.60 |
| HSL | 21.67º | 0.54% | 0.26% | - |
| HSV(B) | 21.67º | 0.7% | 0.4% | - |
| XYZ | 7.3 | 5.91 | 2.05 | - |
| YUV | 67.79 | 107.24 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 57 | 31 | 0 | 0.45 | 0.70 | 0.60 | 21.67 | 0.54 | 0.26 |
| Hex | 67 | 39 | 1F | 0 | 2D | 46 | 3C | 16 | 36 | 1A |
| Octal | 147 | 71 | 37 | 0 | 55 | 106 | 74 | 26 | 66 | 32 |
| Binary | 1100111 | 111001 | 11111 | 0 | 101101 | 1000110 | 111100 | 10110 | 110110 | 11010 |
Color Harmonies of #67391F
Complementary color
Monochromatic Colors of #67391F
Black with #67391F
Text Example
Text Example
White with #67391F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67391F; }
p { color: rgb(103,57,31); }
H1.HeaderClassName
{
color: #67391F;
}
.AnyTagClassName
{
color: #67391F;
}
</style>
background-color css
<style>
a { background-color: #67391F; }
a { background-color: rgb(103,57,31); }
div.DivClassName
{
background-color: #67391F;
}
.BgClassName
{
background-color: #67391F;
}
</style>
border-color css
<style>
span { border-color: #67391F; }
span { border-color: rgb(103,57,31); }
td.TdClassName
{
border-color: #67391F;
}
.TagClassName
{
border-color: #67391F;
}
</style>