#66383A

Color #66383A Merlot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Merlot #66383A

Tints of Merlot #66383A

Color information

#66383A (or 0x66383A) is unknown color: approx Merlot. HEX triplet: 66, 38 and 3A. RGB value is (102,56,58). Sum of RGB (Red+Green+Blue) = 102+56+58=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 56 (22.27% from 255 or 25.93% from 216); Blue value is 58 (23.05% from 255 or 26.85% from 216); Max value from RGB is 102 - color contains mainly: red. Hex color #66383A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66383A is #99C7C5. Grayscale: #464646. Windows color (decimal): -10078150 or 3815526. OLE color: 3815526.

HSL color Cylindrical-coordinate representation of color #66383A: hue angle of 357.39º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66383A is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.6.

Color convert

RGB1025658-
CMYK00.450.430.6
HSL357.39º29.11%30.98%-
HSV(B)357.39º45.1%40%-
XYZ7.665.964.75-
YUV69.98121.24150.84-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.22%
GREEN value IS 56 (22.27% from 255) = 25.93%
BLUE value IS 58 (23.05% from 255) = 26.85%
R=47.22%
G=25.93%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102565800.450.430.6357.3929.1130.98
Hex66383A02D2B3C1651d1f
Octal146707205553745453537
Binary110011011100011101001011011010111111001011001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66383A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66383A; }

 p { color: rgb(102,56,58); }

 H1.HeaderClassName
 {
   color: #66383A;
 }
 .AnyTagClassName
 {
   color: #66383A;
 }
</style>
background-color css

<style>
 a { background-color: #66383A; }

 a { background-color: rgb(102,56,58); }

 div.DivClassName
 {
   background-color: #66383A;
 }
 .BgClassName
 {
   background-color: #66383A;
 }
</style>
border-color css

<style>
 span { border-color: #66383A; }

 span { border-color: rgb(102,56,58); }

 td.TdClassName
 {
   border-color: #66383A;
 }
 .TagClassName
 {
   border-color: #66383A;
 }
</style>