#67363C

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

Shades of Merlot #67363C

Tints of Merlot #67363C

Color information

#67363C (or 0x67363C) is unknown color: approx Merlot. HEX triplet: 67, 36 and 3C. RGB value is (103,54,60). Sum of RGB (Red+Green+Blue) = 103+54+60=217 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.47% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 103 - color contains mainly: red. Hex color #67363C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67363C is #98C9C3. Grayscale: #454545. Windows color (decimal): -10013124 or 3946087. OLE color: 3946087.

HSL color Cylindrical-coordinate representation of color #67363C: hue angle of 352.65º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #67363C is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.60.

Color convert

RGB1035460-
CMYK00.480.420.60
HSL352.65º31.21%30.78%-
HSV(B)352.65º47.57%40.39%-
XYZ7.735.855-
YUV69.33122.73152.01-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 47.47%
GREEN value IS 54 (21.48% from 255) = 24.88%
BLUE value IS 60 (23.83% from 255) = 27.65%
R=47.47%
G=24.88%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103546000.480.420.60352.6531.2130.78
Hex67363C0302A3C1611f1f
Octal147667406052745413737
Binary110011111011011110001100001010101111001011000011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67363C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,54,60); }

 H1.HeaderClassName
 {
   color: #67363C;
 }
 .AnyTagClassName
 {
   color: #67363C;
 }
</style>
background-color css

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

 a { background-color: rgb(103,54,60); }

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

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

 span { border-color: rgb(103,54,60); }

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