Html Css Color HEX #66393D Merlot

📋 copy color: '#66393D'

red 102 ◦ green 57 ◦ blue 61

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

Shades of Merlot #66393D

Tints of Merlot #66393D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.91%

 BLUE value IS 61 (24.22% from 255) = 27.73%

R = 46.36%
G = 25.91%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.6

RGB Variations

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

Color information

#66393D (or 0x66393D) is known color: Merlot. HEX triplet: 66, 39 and 3D. RGB value is (102,57,61). Sum of RGB (Red+Green+Blue) = 102+57+61=220 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.36% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 61 (24.22% from 255 or 27.73% from 220); Max value from RGB is 102 - color contains mainly: red. Hex color #66393D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66393D is #99C6C2. Grayscale: #464646. Windows color (decimal): -10077891 or 4012390. OLE color: 4012390.

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

Color convert

RGB 102 57 61 -
CMYK 0 0.44 0.40 0.6
HSL 354.67º 0.28% 0.31% -
HSV(B) 354.67º 0.44% 0.4% -
XYZ 7.78 6.09 5.18 -
YUV 70.91 122.41 150.17 -
System Red Green Blue C M Y K H S L
Decimal 102 57 61 0 0.44 0.40 0.6 354.67 0.28 0.31
Hex 66 39 3D 0 2C 28 3C 163 1C 1F
Octal 146 71 75 0 54 50 74 543 34 37
Binary 1100110 111001 111101 0 101100 101000 111100 101100011 11100 11111

Color Harmonies of #66393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66393D

Black with #66393D

Text Example


Text Example

White with #66393D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66393D; }

 p { color: rgb(102,57,61); }

 H1.HeaderClassName
 {
   color: #66393D;
 }
 .AnyTagClassName
 {
   color: #66393D;
 }
</style>

background-color css

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

 a { background-color: rgb(102,57,61); }

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

border-color css

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

 span { border-color: rgb(102,57,61); }

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