Html Css Color HEX #68333C Merlot

📋 copy color: '#68333C'

red 104 ◦ green 51 ◦ blue 60

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

Shades of Merlot #68333C

Tints of Merlot #68333C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 27.91%

R = 48.37%
G = 23.72%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#68333C (or 0x68333C) is known color: Merlot. HEX triplet: 68, 33 and 3C. RGB value is (104,51,60). Sum of RGB (Red+Green+Blue) = 104+51+60=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 51 (20.31% from 255 or 23.72% from 215); Blue value is 60 (23.83% from 255 or 27.91% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #68333C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68333C is #97CCC3. Grayscale: #434343. Windows color (decimal): -9948356 or 3945320. OLE color: 3945320.

HSL color Cylindrical-coordinate representation of color #68333C: hue angle of 349.81º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68333C is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 51 60 -
CMYK 0 0.51 0.42 0.59
HSL 349.81º 0.34% 0.3% -
HSV(B) 349.81º 0.51% 0.41% -
XYZ 7.71 5.64 4.96 -
YUV 67.87 123.56 153.77 -
System Red Green Blue C M Y K H S L
Decimal 104 51 60 0 0.51 0.42 0.59 349.81 0.34 0.3
Hex 68 33 3C 0 33 2A 3B 15E 22 1E
Octal 150 63 74 0 63 52 73 536 42 36
Binary 1101000 110011 111100 0 110011 101010 111011 101011110 100010 11110

Color Harmonies of #68333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68333C

Black with #68333C

Text Example


Text Example

White with #68333C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68333C; }

 p { color: rgb(104,51,60); }

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

background-color css

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

 a { background-color: rgb(104,51,60); }

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

border-color css

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

 span { border-color: rgb(104,51,60); }

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