Html Css Color HEX #66383F Merlot

📋 copy color: '#66383F'

red 102 ◦ green 56 ◦ blue 63

#66383F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Merlot #66383F

Tints of Merlot #66383F

RGB

 RED value IS 102 (40.23% from 255) = 46.15%

 GREEN value IS 56 (22.27% from 255) = 25.34%

 BLUE value IS 63 (25% from 255) = 28.51%

R = 46.15%
G = 25.34%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.6

RGB Variations

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

Color information

#66383F (or 0x66383F) is known color: Merlot. HEX triplet: 66, 38 and 3F. RGB value is (102,56,63). Sum of RGB (Red+Green+Blue) = 102+56+63=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 63 (25% from 255 or 28.51% from 221); Max value from RGB is 102 - color contains mainly: red. Hex color #66383F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66383F is #99C7C0. Grayscale: #464646. Windows color (decimal): -10078145 or 4143206. OLE color: 4143206.

HSL color Cylindrical-coordinate representation of color #66383F: hue angle of 350.87º 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 #66383F is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 56 63 -
CMYK 0 0.45 0.38 0.6
HSL 350.87º 0.29% 0.31% -
HSV(B) 350.87º 0.45% 0.4% -
XYZ 7.79 6.01 5.45 -
YUV 70.55 123.74 150.43 -
System Red Green Blue C M Y K H S L
Decimal 102 56 63 0 0.45 0.38 0.6 350.87 0.29 0.31
Hex 66 38 3F 0 2D 26 3C 15F 1D 1F
Octal 146 70 77 0 55 46 74 537 35 37
Binary 1100110 111000 111111 0 101101 100110 111100 101011111 11101 11111

Color Harmonies of #66383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66383F

Black with #66383F

Text Example


Text Example

White with #66383F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #66383F;
 }
 .AnyTagClassName
 {
   color: #66383F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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