#603B3E

Color #603B3E Merlot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Merlot #603B3E

Tints of Merlot #603B3E

Color information

#603B3E (or 0x603B3E) is unknown color: approx 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

RGB965962-
CMYK00.390.350.62
HSL355.14º23.87%30.39%-
HSV(B)355.14º38.54%37.65%-
XYZ7.265.965.33-
YUV70.4123.26146.26-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96596200.390.350.62355.1423.8730.39
Hex603B3E027233E163181e
Octal140737604743765433036
Binary110000011101111111001001111000111111101011000111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>