Html Css Color HEX #603B3E Merlot

📋 copy color: '#603B3E'

red 96 ◦ green 59 ◦ blue 62

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

Shades of Merlot #603B3E

Tints of Merlot #603B3E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 27.19%

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

R = 44.24%
G = 27.19%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#603B3E (or 0x603B3E) is known color: Merlot. HEX triplet: 60, 3B and 3E. RGB value is (96,59,62). Sum of RGB (Red+Green+Blue) = 96+59+62=217 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.24% from 217); Green value is 59 (23.44% from 255 or 27.19% from 217); Blue value is 62 (24.61% from 255 or 28.57% from 217); Max value from RGB is 96 - color contains mainly: red. Hex color #603B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603B3E is #9FC4C1. Grayscale: #464646. Windows color (decimal): -10470594 or 4078432. OLE color: 4078432.

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

Color convert

RGB 96 59 62 -
CMYK 0 0.39 0.35 0.62
HSL 355.14º 0.24% 0.3% -
HSV(B) 355.14º 0.39% 0.38% -
XYZ 7.26 5.96 5.33 -
YUV 70.41 123.26 146.26 -
System Red Green Blue C M Y K H S L
Decimal 96 59 62 0 0.39 0.35 0.62 355.14 0.24 0.3
Hex 60 3B 3E 0 27 23 3E 163 18 1E
Octal 140 73 76 0 47 43 76 543 30 36
Binary 1100000 111011 111110 0 100111 100011 111110 101100011 11000 11110

Color Harmonies of #603B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603B3E

Black with #603B3E

Text Example


Text Example

White with #603B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603B3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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