Shades of New Amber #66381F
Tints of New Amber #66381F
RGB
CMYK
RGB Variations
Color information
#66381F (or 0x66381F) is known color: New Amber. HEX triplet: 66, 38 and 1F. RGB value is (102,56,31). Sum of RGB (Red+Green+Blue) = 102+56+31=189 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.97% from 189); Green value is 56 (22.27% from 255 or 29.63% from 189); Blue value is 31 (12.5% from 255 or 16.40% from 189); Max value from RGB is 102 - color contains mainly: red. Hex color #66381F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66381F is #99C7E0. Grayscale: #434343. Windows color (decimal): -10078177 or 2046054. OLE color: 2046054.
HSL color Cylindrical-coordinate representation of color #66381F: hue angle of 21.13º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #66381F is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 56 | 31 | - |
| CMYK | 0 | 0.45 | 0.70 | 0.6 |
| HSL | 21.13º | 0.53% | 0.26% | - |
| HSV(B) | 21.13º | 0.7% | 0.4% | - |
| XYZ | 7.14 | 5.75 | 2.03 | - |
| YUV | 66.9 | 107.74 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 56 | 31 | 0 | 0.45 | 0.70 | 0.6 | 21.13 | 0.53 | 0.26 |
| Hex | 66 | 38 | 1F | 0 | 2D | 46 | 3C | 15 | 35 | 1A |
| Octal | 146 | 70 | 37 | 0 | 55 | 106 | 74 | 25 | 65 | 32 |
| Binary | 1100110 | 111000 | 11111 | 0 | 101101 | 1000110 | 111100 | 10101 | 110101 | 11010 |
Color Harmonies of #66381F
Complementary color
Monochromatic Colors of #66381F
Black with #66381F
Text Example
Text Example
White with #66381F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66381F; }
p { color: rgb(102,56,31); }
H1.HeaderClassName
{
color: #66381F;
}
.AnyTagClassName
{
color: #66381F;
}
</style>
background-color css
<style>
a { background-color: #66381F; }
a { background-color: rgb(102,56,31); }
div.DivClassName
{
background-color: #66381F;
}
.BgClassName
{
background-color: #66381F;
}
</style>
border-color css
<style>
span { border-color: #66381F; }
span { border-color: rgb(102,56,31); }
td.TdClassName
{
border-color: #66381F;
}
.TagClassName
{
border-color: #66381F;
}
</style>