Html Css Color HEX #66353C Merlot

📋 copy color: '#66353C'

red 102 ◦ green 53 ◦ blue 60

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

Shades of Merlot #66353C

Tints of Merlot #66353C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.65%

 BLUE value IS 60 (23.83% from 255) = 27.91%

R = 47.44%
G = 24.65%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.41

 K value IS 0.6

RGB Variations

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

Color information

#66353C (or 0x66353C) is known color: Merlot. HEX triplet: 66, 35 and 3C. RGB value is (102,53,60). Sum of RGB (Red+Green+Blue) = 102+53+60=215 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.44% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 60 (23.83% from 255 or 27.91% from 215); Max value from RGB is 102 - color contains mainly: red. Hex color #66353C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66353C is #99CAC3. Grayscale: #444444. Windows color (decimal): -10078916 or 3945830. OLE color: 3945830.

HSL color Cylindrical-coordinate representation of color #66353C: hue angle of 351.43º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66353C is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 53 60 -
CMYK 0 0.48 0.41 0.6
HSL 351.43º 0.32% 0.3% -
HSV(B) 351.43º 0.48% 0.4% -
XYZ 7.57 5.7 4.98 -
YUV 68.45 123.23 151.93 -
System Red Green Blue C M Y K H S L
Decimal 102 53 60 0 0.48 0.41 0.6 351.43 0.32 0.3
Hex 66 35 3C 0 30 29 3C 15F 20 1E
Octal 146 65 74 0 60 51 74 537 40 36
Binary 1100110 110101 111100 0 110000 101001 111100 101011111 100000 11110

Color Harmonies of #66353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66353C

Black with #66353C

Text Example


Text Example

White with #66353C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66353C; }

 p { color: rgb(102,53,60); }

 H1.HeaderClassName
 {
   color: #66353C;
 }
 .AnyTagClassName
 {
   color: #66353C;
 }
</style>

background-color css

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

 a { background-color: rgb(102,53,60); }

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

border-color css

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

 span { border-color: rgb(102,53,60); }

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