Html Css Color HEX #663B3E Merlot

📋 copy color: '#663B3E'

red 102 ◦ green 59 ◦ blue 62

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

Shades of Merlot #663B3E

Tints of Merlot #663B3E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.46%

 BLUE value IS 62 (24.61% from 255) = 27.8%

R = 45.74%
G = 26.46%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.6

RGB Variations

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

Color information

#663B3E (or 0x663B3E) is known color: Merlot. HEX triplet: 66, 3B and 3E. RGB value is (102,59,62). Sum of RGB (Red+Green+Blue) = 102+59+62=223 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.74% from 223); Green value is 59 (23.44% from 255 or 26.46% from 223); Blue value is 62 (24.61% from 255 or 27.80% from 223); Max value from RGB is 102 - color contains mainly: red. Hex color #663B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663B3E is #99C4C1. Grayscale: #484848. Windows color (decimal): -10077378 or 4078438. OLE color: 4078438.

HSL color Cylindrical-coordinate representation of color #663B3E: hue angle of 355.81º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #663B3E is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 59 62 -
CMYK 0 0.42 0.39 0.6
HSL 355.81º 0.27% 0.32% -
HSV(B) 355.81º 0.42% 0.4% -
XYZ 7.91 6.3 5.36 -
YUV 72.2 122.25 149.26 -
System Red Green Blue C M Y K H S L
Decimal 102 59 62 0 0.42 0.39 0.6 355.81 0.27 0.32
Hex 66 3B 3E 0 2A 27 3C 164 1B 20
Octal 146 73 76 0 52 47 74 544 33 40
Binary 1100110 111011 111110 0 101010 100111 111100 101100100 11011 100000

Color Harmonies of #663B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663B3E

Black with #663B3E

Text Example


Text Example

White with #663B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663B3E; }

 p { color: rgb(102,59,62); }

 H1.HeaderClassName
 {
   color: #663B3E;
 }
 .AnyTagClassName
 {
   color: #663B3E;
 }
</style>

background-color css

<style>
 a { background-color: #663B3E; }

 a { background-color: rgb(102,59,62); }

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

border-color css

<style>
 span { border-color: #663B3E; }

 span { border-color: rgb(102,59,62); }

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