#66381E

Color #66381E New Amber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Amber #66381E

Tints of New Amber #66381E

Color information

#66381E (or 0x66381E) is unknown color: approx 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

RGB1025630-
CMYK00.450.710.6
HSL21.67º54.55%25.88%-
HSV(B)21.67º70.59%40%-
XYZ7.135.751.96-
YUV66.79107.24153.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 54.26%
GREEN value IS 56 (22.27% from 255) = 29.79%
BLUE value IS 30 (12.11% from 255) = 15.96%
R=54.26%
G=29.79%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.71
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102563000.450.710.621.6754.5525.88
Hex66381E02D473C16371a
Octal146703605510774266732
Binary110011011100011110010110110001111111001011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66381E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>