Html Css Color HEX #66373C Merlot

📋 copy color: '#66373C'

red 102 ◦ green 55 ◦ blue 60

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

Shades of Merlot #66373C

Tints of Merlot #66373C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.35%

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

R = 47%
G = 25.35%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.6

RGB Variations

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

Color information

#66373C (or 0x66373C) is known color: Merlot. HEX triplet: 66, 37 and 3C. RGB value is (102,55,60). Sum of RGB (Red+Green+Blue) = 102+55+60=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 102 - color contains mainly: red. Hex color #66373C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66373C is #99C8C3. Grayscale: #454545. Windows color (decimal): -10078404 or 3946342. OLE color: 3946342.

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

Color convert

RGB 102 55 60 -
CMYK 0 0.46 0.41 0.6
HSL 353.62º 0.3% 0.31% -
HSV(B) 353.62º 0.46% 0.4% -
XYZ 7.66 5.88 5.01 -
YUV 69.62 122.57 151.09 -
System Red Green Blue C M Y K H S L
Decimal 102 55 60 0 0.46 0.41 0.6 353.62 0.3 0.31
Hex 66 37 3C 0 2E 29 3C 162 1E 1F
Octal 146 67 74 0 56 51 74 542 36 37
Binary 1100110 110111 111100 0 101110 101001 111100 101100010 11110 11111

Color Harmonies of #66373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66373C

Black with #66373C

Text Example


Text Example

White with #66373C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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