#663338

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

Shades of Merlot #663338

Tints of Merlot #663338

Color information

#663338 (or 0x663338) is unknown color: approx Merlot. HEX triplet: 66, 33 and 38. RGB value is (102,51,56). Sum of RGB (Red+Green+Blue) = 102+51+56=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 56 (22.27% from 255 or 26.79% from 209); Max value from RGB is 102 - color contains mainly: red. Hex color #663338 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663338 is #99CCC7. Grayscale: #424242. Windows color (decimal): -10079432 or 3683174. OLE color: 3683174.

HSL color Cylindrical-coordinate representation of color #663338: hue angle of 354.12º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #663338 is Cyan = 0, Magento = 0.5, Yellow = 0.45 and Black (K on CMYK) = 0.6.

Color convert

RGB1025156-
CMYK00.50.450.6
HSL354.12º33.33%30%-
HSV(B)354.12º50%40%-
XYZ7.385.484.41-
YUV66.82121.9153.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.80%
GREEN value IS 51 (20.31% from 255) = 24.40%
BLUE value IS 56 (22.27% from 255) = 26.79%
R=48.80%
G=24.40%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.45
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102515600.50.450.6354.1233.3330
Hex6633380322D3C162211e
Octal146637006255745424136
Binary1100110110011111000011001010110111110010110001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663338; }

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

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

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

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

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

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

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

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