Html Css Color HEX #60393E Merlot

📋 copy color: '#60393E'

red 96 ◦ green 57 ◦ blue 62

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

Shades of Merlot #60393E

Tints of Merlot #60393E

RGB

 RED value IS 96 (37.89% from 255) = 44.65%

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

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

R = 44.65%
G = 26.51%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#60393E (or 0x60393E) is known color: Merlot. HEX triplet: 60, 39 and 3E. RGB value is (96,57,62). Sum of RGB (Red+Green+Blue) = 96+57+62=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 57 (22.66% from 255 or 26.51% from 215); Blue value is 62 (24.61% from 255 or 28.84% from 215); Max value from RGB is 96 - color contains mainly: red. Hex color #60393E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60393E is #9FC6C1. Grayscale: #454545. Windows color (decimal): -10471106 or 4077920. OLE color: 4077920.

HSL color Cylindrical-coordinate representation of color #60393E: hue angle of 352.31º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #60393E is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 57 62 -
CMYK 0 0.41 0.35 0.62
HSL 352.31º 0.25% 0.3% -
HSV(B) 352.31º 0.41% 0.38% -
XYZ 7.16 5.76 5.29 -
YUV 69.23 123.92 147.09 -
System Red Green Blue C M Y K H S L
Decimal 96 57 62 0 0.41 0.35 0.62 352.31 0.25 0.3
Hex 60 39 3E 0 29 23 3E 160 19 1E
Octal 140 71 76 0 51 43 76 540 31 36
Binary 1100000 111001 111110 0 101001 100011 111110 101100000 11001 11110

Color Harmonies of #60393E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60393E

Black with #60393E

Text Example


Text Example

White with #60393E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60393E; }

 p { color: rgb(96,57,62); }

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

background-color css

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

 a { background-color: rgb(96,57,62); }

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

border-color css

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

 span { border-color: rgb(96,57,62); }

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