Html Css Color HEX #66363C Merlot

📋 copy color: '#66363C'

red 102 ◦ green 54 ◦ blue 60

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

Shades of Merlot #66363C

Tints of Merlot #66363C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25%

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

R = 47.22%
G = 25%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.6

RGB Variations

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

Color information

#66363C (or 0x66363C) is known color: Merlot. HEX triplet: 66, 36 and 3C. RGB value is (102,54,60). Sum of RGB (Red+Green+Blue) = 102+54+60=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 60 (23.83% from 255 or 27.78% from 216); Max value from RGB is 102 - color contains mainly: red. Hex color #66363C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66363C is #99C9C3. Grayscale: #454545. Windows color (decimal): -10078660 or 3946086. OLE color: 3946086.

HSL color Cylindrical-coordinate representation of color #66363C: hue angle of 352.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 #66363C is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 54 60 -
CMYK 0 0.47 0.41 0.6
HSL 352.5º 0.31% 0.31% -
HSV(B) 352.5º 0.47% 0.4% -
XYZ 7.61 5.79 4.99 -
YUV 69.04 122.9 151.51 -
System Red Green Blue C M Y K H S L
Decimal 102 54 60 0 0.47 0.41 0.6 352.5 0.31 0.31
Hex 66 36 3C 0 2F 29 3C 160 1F 1F
Octal 146 66 74 0 57 51 74 540 37 37
Binary 1100110 110110 111100 0 101111 101001 111100 101100000 11111 11111

Color Harmonies of #66363C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66363C

Black with #66363C

Text Example


Text Example

White with #66363C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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