Html Css Color HEX #663238 Merlot

📋 copy color: '#663238'

red 102 ◦ green 50 ◦ blue 56

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

Shades of Merlot #663238

Tints of Merlot #663238

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.04%

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

R = 49.04%
G = 24.04%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.6

RGB Variations

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

Color information

#663238 (or 0x663238) is known color: Merlot. HEX triplet: 66, 32 and 38. RGB value is (102,50,56). Sum of RGB (Red+Green+Blue) = 102+50+56=208 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.04% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 56 (22.27% from 255 or 26.92% from 208); Max value from RGB is 102 - color contains mainly: red. Hex color #663238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663238 is #99CDC7. Grayscale: #424242. Windows color (decimal): -10079688 or 3682918. OLE color: 3682918.

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

Color convert

RGB 102 50 56 -
CMYK 0 0.51 0.45 0.6
HSL 353.08º 0.34% 0.3% -
HSV(B) 353.08º 0.51% 0.4% -
XYZ 7.33 5.39 4.4 -
YUV 66.23 122.23 153.51 -
System Red Green Blue C M Y K H S L
Decimal 102 50 56 0 0.51 0.45 0.6 353.08 0.34 0.3
Hex 66 32 38 0 33 2D 3C 161 22 1E
Octal 146 62 70 0 63 55 74 541 42 36
Binary 1100110 110010 111000 0 110011 101101 111100 101100001 100010 11110

Color Harmonies of #663238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663238

Black with #663238

Text Example


Text Example

White with #663238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663238; }

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

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

background-color css

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

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

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

border-color css

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

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

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