Shades of New Amber #66331C
Tints of New Amber #66331C
RGB
CMYK
RGB Variations
Color information
#66331C (or 0x66331C) is known color: New Amber. HEX triplet: 66, 33 and 1C. RGB value is (102,51,28). Sum of RGB (Red+Green+Blue) = 102+51+28=181 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.35% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 102 - color contains mainly: red. Hex color #66331C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66331C is #99CCE3. Grayscale: #3F3F3F. Windows color (decimal): -10079460 or 1848166. OLE color: 1848166.
HSL color Cylindrical-coordinate representation of color #66331C: hue angle of 18.65º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #66331C is Cyan = 0, Magento = 0.5, Yellow = 0.73 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 51 | 28 | - |
| CMYK | 0 | 0.5 | 0.73 | 0.6 |
| HSL | 18.65º | 0.57% | 0.25% | - |
| HSV(B) | 18.65º | 0.73% | 0.4% | - |
| XYZ | 6.87 | 5.28 | 1.75 | - |
| YUV | 63.63 | 107.9 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 51 | 28 | 0 | 0.5 | 0.73 | 0.6 | 18.65 | 0.57 | 0.25 |
| Hex | 66 | 33 | 1C | 0 | 32 | 49 | 3C | 13 | 39 | 19 |
| Octal | 146 | 63 | 34 | 0 | 62 | 111 | 74 | 23 | 71 | 31 |
| Binary | 1100110 | 110011 | 11100 | 0 | 110010 | 1001001 | 111100 | 10011 | 111001 | 11001 |
Color Harmonies of #66331C
Complementary color
Monochromatic Colors of #66331C
Black with #66331C
Text Example
Text Example
White with #66331C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66331C; }
p { color: rgb(102,51,28); }
H1.HeaderClassName
{
color: #66331C;
}
.AnyTagClassName
{
color: #66331C;
}
</style>
background-color css
<style>
a { background-color: #66331C; }
a { background-color: rgb(102,51,28); }
div.DivClassName
{
background-color: #66331C;
}
.BgClassName
{
background-color: #66331C;
}
</style>
border-color css
<style>
span { border-color: #66331C; }
span { border-color: rgb(102,51,28); }
td.TdClassName
{
border-color: #66331C;
}
.TagClassName
{
border-color: #66331C;
}
</style>