Html Css Color HEX #68393F Merlot

📋 copy color: '#68393F'

red 104 ◦ green 57 ◦ blue 63

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

Shades of Merlot #68393F

Tints of Merlot #68393F

RGB

 RED value IS 104 (41.02% from 255) = 46.43%

 GREEN value IS 57 (22.66% from 255) = 25.45%

 BLUE value IS 63 (25% from 255) = 28.13%

R = 46.43%
G = 25.45%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#68393F (or 0x68393F) is known color: Merlot. HEX triplet: 68, 39 and 3F. RGB value is (104,57,63). Sum of RGB (Red+Green+Blue) = 104+57+63=224 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.43% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 104 - color contains mainly: red. Hex color #68393F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68393F is #97C6C0. Grayscale: #474747. Windows color (decimal): -9946817 or 4143464. OLE color: 4143464.

HSL color Cylindrical-coordinate representation of color #68393F: hue angle of 352.34º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68393F is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 57 63 -
CMYK 0 0.45 0.39 0.59
HSL 352.34º 0.29% 0.32% -
HSV(B) 352.34º 0.45% 0.41% -
XYZ 8.07 6.23 5.48 -
YUV 71.74 123.07 151.01 -
System Red Green Blue C M Y K H S L
Decimal 104 57 63 0 0.45 0.39 0.59 352.34 0.29 0.32
Hex 68 39 3F 0 2D 27 3B 160 1D 20
Octal 150 71 77 0 55 47 73 540 35 40
Binary 1101000 111001 111111 0 101101 100111 111011 101100000 11101 100000

Color Harmonies of #68393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68393F

Black with #68393F

Text Example


Text Example

White with #68393F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68393F; }

 p { color: rgb(104,57,63); }

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

background-color css

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

 a { background-color: rgb(104,57,63); }

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

border-color css

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

 span { border-color: rgb(104,57,63); }

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