Shades of New Amber #67331C
Tints of New Amber #67331C
RGB
CMYK
RGB Variations
Color information
#67331C (or 0x67331C) is known color: New Amber. HEX triplet: 67, 33 and 1C. RGB value is (103,51,28). Sum of RGB (Red+Green+Blue) = 103+51+28=182 (24% of max value = 765). Red value is 103 (40.62% from 255 or 56.59% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 28 (11.33% from 255 or 15.38% from 182); Max value from RGB is 103 - color contains mainly: red. Hex color #67331C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67331C is #98CCE3. Grayscale: #404040. Windows color (decimal): -10013924 or 1848167. OLE color: 1848167.
HSL color Cylindrical-coordinate representation of color #67331C: hue angle of 18.4º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #67331C is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 51 | 28 | - |
| CMYK | 0 | 0.50 | 0.73 | 0.60 |
| HSL | 18.4º | 0.57% | 0.26% | - |
| HSV(B) | 18.4º | 0.73% | 0.4% | - |
| XYZ | 6.99 | 5.34 | 1.76 | - |
| YUV | 63.93 | 107.73 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 51 | 28 | 0 | 0.50 | 0.73 | 0.60 | 18.4 | 0.57 | 0.26 |
| Hex | 67 | 33 | 1C | 0 | 32 | 49 | 3C | 12 | 39 | 1A |
| Octal | 147 | 63 | 34 | 0 | 62 | 111 | 74 | 22 | 71 | 32 |
| Binary | 1100111 | 110011 | 11100 | 0 | 110010 | 1001001 | 111100 | 10010 | 111001 | 11010 |
Color Harmonies of #67331C
Complementary color
Monochromatic Colors of #67331C
Black with #67331C
Text Example
Text Example
White with #67331C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67331C; }
p { color: rgb(103,51,28); }
H1.HeaderClassName
{
color: #67331C;
}
.AnyTagClassName
{
color: #67331C;
}
</style>
background-color css
<style>
a { background-color: #67331C; }
a { background-color: rgb(103,51,28); }
div.DivClassName
{
background-color: #67331C;
}
.BgClassName
{
background-color: #67331C;
}
</style>
border-color css
<style>
span { border-color: #67331C; }
span { border-color: rgb(103,51,28); }
td.TdClassName
{
border-color: #67331C;
}
.TagClassName
{
border-color: #67331C;
}
</style>