Shades of New Amber #67341D
Tints of New Amber #67341D
RGB
CMYK
RGB Variations
Color information
#67341D (or 0x67341D) is known color: New Amber. HEX triplet: 67, 34 and 1D. RGB value is (103,52,29). Sum of RGB (Red+Green+Blue) = 103+52+29=184 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.98% from 184); Green value is 52 (20.70% from 255 or 28.26% from 184); Blue value is 29 (11.72% from 255 or 15.76% from 184); Max value from RGB is 103 - color contains mainly: red. Hex color #67341D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67341D is #98CBE2. Grayscale: #404040. Windows color (decimal): -10013667 or 1913959. OLE color: 1913959.
HSL color Cylindrical-coordinate representation of color #67341D: hue angle of 18.65º 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 #67341D is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 52 | 29 | - |
| CMYK | 0 | 0.50 | 0.72 | 0.60 |
| HSL | 18.65º | 0.56% | 0.26% | - |
| HSV(B) | 18.65º | 0.72% | 0.4% | - |
| XYZ | 7.04 | 5.43 | 1.84 | - |
| YUV | 64.63 | 107.9 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 52 | 29 | 0 | 0.50 | 0.72 | 0.60 | 18.65 | 0.56 | 0.26 |
| Hex | 67 | 34 | 1D | 0 | 32 | 48 | 3C | 13 | 38 | 1A |
| Octal | 147 | 64 | 35 | 0 | 62 | 110 | 74 | 23 | 70 | 32 |
| Binary | 1100111 | 110100 | 11101 | 0 | 110010 | 1001000 | 111100 | 10011 | 111000 | 11010 |
Color Harmonies of #67341D
Complementary color
Monochromatic Colors of #67341D
Black with #67341D
Text Example
Text Example
White with #67341D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67341D; }
p { color: rgb(103,52,29); }
H1.HeaderClassName
{
color: #67341D;
}
.AnyTagClassName
{
color: #67341D;
}
</style>
background-color css
<style>
a { background-color: #67341D; }
a { background-color: rgb(103,52,29); }
div.DivClassName
{
background-color: #67341D;
}
.BgClassName
{
background-color: #67341D;
}
</style>
border-color css
<style>
span { border-color: #67341D; }
span { border-color: rgb(103,52,29); }
td.TdClassName
{
border-color: #67341D;
}
.TagClassName
{
border-color: #67341D;
}
</style>