#663638

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

Shades of Merlot #663638

Tints of Merlot #663638

Color information

#663638 (or 0x663638) is unknown color: approx Merlot. HEX triplet: 66, 36 and 38. RGB value is (102,54,56). Sum of RGB (Red+Green+Blue) = 102+54+56=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 54 (21.48% from 255 or 25.47% from 212); Blue value is 56 (22.27% from 255 or 26.42% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #663638 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663638 is #99C9C7. Grayscale: #444444. Windows color (decimal): -10078664 or 3683942. OLE color: 3683942.

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

Color convert

RGB1025456-
CMYK00.470.450.6
HSL357.5º30.77%30.59%-
HSV(B)357.5º47.06%40%-
XYZ7.515.754.46-
YUV68.58120.9151.84-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.11%
GREEN value IS 54 (21.48% from 255) = 25.47%
BLUE value IS 56 (22.27% from 255) = 26.42%
R=48.11%
G=25.47%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102545600.470.450.6357.530.7730.59
Hex66363802F2D3C1661f1f
Octal146667005755745463737
Binary110011011011011100001011111011011111001011001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663638; }

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

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

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

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

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

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

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

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