Shades of New Amber #67391D
Tints of New Amber #67391D
RGB
CMYK
RGB Variations
Color information
#67391D (or 0x67391D) is known color: New Amber. HEX triplet: 67, 39 and 1D. RGB value is (103,57,29). Sum of RGB (Red+Green+Blue) = 103+57+29=189 (25% of max value = 765). Red value is 103 (40.62% from 255 or 54.50% from 189); Green value is 57 (22.66% from 255 or 30.16% from 189); Blue value is 29 (11.72% from 255 or 15.34% from 189); Max value from RGB is 103 - color contains mainly: red. Hex color #67391D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67391D is #98C6E2. Grayscale: #434343. Windows color (decimal): -10012387 or 1915239. OLE color: 1915239.
HSL color Cylindrical-coordinate representation of color #67391D: hue angle of 22.7º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #67391D is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 57 | 29 | - |
| CMYK | 0 | 0.45 | 0.72 | 0.60 |
| HSL | 22.7º | 0.56% | 0.26% | - |
| HSV(B) | 22.7º | 0.72% | 0.4% | - |
| XYZ | 7.28 | 5.9 | 1.92 | - |
| YUV | 67.56 | 106.24 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 57 | 29 | 0 | 0.45 | 0.72 | 0.60 | 22.7 | 0.56 | 0.26 |
| Hex | 67 | 39 | 1D | 0 | 2D | 48 | 3C | 17 | 38 | 1A |
| Octal | 147 | 71 | 35 | 0 | 55 | 110 | 74 | 27 | 70 | 32 |
| Binary | 1100111 | 111001 | 11101 | 0 | 101101 | 1001000 | 111100 | 10111 | 111000 | 11010 |
Color Harmonies of #67391D
Complementary color
Monochromatic Colors of #67391D
Black with #67391D
Text Example
Text Example
White with #67391D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67391D; }
p { color: rgb(103,57,29); }
H1.HeaderClassName
{
color: #67391D;
}
.AnyTagClassName
{
color: #67391D;
}
</style>
background-color css
<style>
a { background-color: #67391D; }
a { background-color: rgb(103,57,29); }
div.DivClassName
{
background-color: #67391D;
}
.BgClassName
{
background-color: #67391D;
}
</style>
border-color css
<style>
span { border-color: #67391D; }
span { border-color: rgb(103,57,29); }
td.TdClassName
{
border-color: #67391D;
}
.TagClassName
{
border-color: #67391D;
}
</style>