Shades of New Amber #66381E
Tints of New Amber #66381E
RGB
CMYK
RGB Variations
Color information
#66381E (or 0x66381E) is known color: New Amber. HEX triplet: 66, 38 and 1E. RGB value is (102,56,30). Sum of RGB (Red+Green+Blue) = 102+56+30=188 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.26% from 188); Green value is 56 (22.27% from 255 or 29.79% from 188); Blue value is 30 (12.11% from 255 or 15.96% from 188); Max value from RGB is 102 - color contains mainly: red. Hex color #66381E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66381E is #99C7E1. Grayscale: #424242. Windows color (decimal): -10078178 or 1980518. OLE color: 1980518.
HSL color Cylindrical-coordinate representation of color #66381E: hue angle of 21.67º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #66381E is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 56 | 30 | - |
| CMYK | 0 | 0.45 | 0.71 | 0.6 |
| HSL | 21.67º | 0.55% | 0.26% | - |
| HSV(B) | 21.67º | 0.71% | 0.4% | - |
| XYZ | 7.13 | 5.75 | 1.96 | - |
| YUV | 66.79 | 107.24 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 56 | 30 | 0 | 0.45 | 0.71 | 0.6 | 21.67 | 0.55 | 0.26 |
| Hex | 66 | 38 | 1E | 0 | 2D | 47 | 3C | 16 | 37 | 1A |
| Octal | 146 | 70 | 36 | 0 | 55 | 107 | 74 | 26 | 67 | 32 |
| Binary | 1100110 | 111000 | 11110 | 0 | 101101 | 1000111 | 111100 | 10110 | 110111 | 11010 |
Color Harmonies of #66381E
Complementary color
Monochromatic Colors of #66381E
Black with #66381E
Text Example
Text Example
White with #66381E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66381E; }
p { color: rgb(102,56,30); }
H1.HeaderClassName
{
color: #66381E;
}
.AnyTagClassName
{
color: #66381E;
}
</style>
background-color css
<style>
a { background-color: #66381E; }
a { background-color: rgb(102,56,30); }
div.DivClassName
{
background-color: #66381E;
}
.BgClassName
{
background-color: #66381E;
}
</style>
border-color css
<style>
span { border-color: #66381E; }
span { border-color: rgb(102,56,30); }
td.TdClassName
{
border-color: #66381E;
}
.TagClassName
{
border-color: #66381E;
}
</style>