Html Css Color HEX #66363A Merlot

📋 copy color: '#66363A'

red 102 ◦ green 54 ◦ blue 58

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

Shades of Merlot #66363A

Tints of Merlot #66363A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 27.1%

R = 47.66%
G = 25.23%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.6

RGB Variations

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

Color information

#66363A (or 0x66363A) is known color: Merlot. HEX triplet: 66, 36 and 3A. RGB value is (102,54,58). Sum of RGB (Red+Green+Blue) = 102+54+58=214 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.66% from 214); Green value is 54 (21.48% from 255 or 25.23% from 214); Blue value is 58 (23.05% from 255 or 27.10% from 214); Max value from RGB is 102 - color contains mainly: red. Hex color #66363A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66363A is #99C9C5. Grayscale: #444444. Windows color (decimal): -10078662 or 3815014. OLE color: 3815014.

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

Color convert

RGB 102 54 58 -
CMYK 0 0.47 0.43 0.6
HSL 355º 0.31% 0.31% -
HSV(B) 355º 0.47% 0.4% -
XYZ 7.56 5.77 4.72 -
YUV 68.81 121.9 151.67 -
System Red Green Blue C M Y K H S L
Decimal 102 54 58 0 0.47 0.43 0.6 355 0.31 0.31
Hex 66 36 3A 0 2F 2B 3C 163 1F 1F
Octal 146 66 72 0 57 53 74 543 37 37
Binary 1100110 110110 111010 0 101111 101011 111100 101100011 11111 11111

Color Harmonies of #66363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66363A

Black with #66363A

Text Example


Text Example

White with #66363A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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