Html Css Color HEX #663338 Merlot

📋 copy color: '#663338'

red 102 ◦ green 51 ◦ blue 56

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

Shades of Merlot #663338

Tints of Merlot #663338

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.4%

 BLUE value IS 56 (22.27% from 255) = 26.79%

R = 48.8%
G = 24.4%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.45

 K value IS 0.6

RGB Variations

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

Color information

#663338 (or 0x663338) is known color: Merlot. HEX triplet: 66, 33 and 38. RGB value is (102,51,56). Sum of RGB (Red+Green+Blue) = 102+51+56=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 56 (22.27% from 255 or 26.79% from 209); Max value from RGB is 102 - color contains mainly: red. Hex color #663338 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663338 is #99CCC7. Grayscale: #424242. Windows color (decimal): -10079432 or 3683174. OLE color: 3683174.

HSL color Cylindrical-coordinate representation of color #663338: hue angle of 354.12º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #663338 is Cyan = 0, Magento = 0.5, Yellow = 0.45 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 51 56 -
CMYK 0 0.5 0.45 0.6
HSL 354.12º 0.33% 0.3% -
HSV(B) 354.12º 0.5% 0.4% -
XYZ 7.38 5.48 4.41 -
YUV 66.82 121.9 153.09 -
System Red Green Blue C M Y K H S L
Decimal 102 51 56 0 0.5 0.45 0.6 354.12 0.33 0.3
Hex 66 33 38 0 32 2D 3C 162 21 1E
Octal 146 63 70 0 62 55 74 542 41 36
Binary 1100110 110011 111000 0 110010 101101 111100 101100010 100001 11110

Color Harmonies of #663338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663338

Black with #663338

Text Example


Text Example

White with #663338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663338; }

 p { color: rgb(102,51,56); }

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

background-color css

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

 a { background-color: rgb(102,51,56); }

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

border-color css

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

 span { border-color: rgb(102,51,56); }

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