#67363A

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

Shades of Merlot #67363A

Tints of Merlot #67363A

Color information

#67363A (or 0x67363A) is unknown color: approx Merlot. HEX triplet: 67, 36 and 3A. RGB value is (103,54,58). Sum of RGB (Red+Green+Blue) = 103+54+58=215 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.91% from 215); Green value is 54 (21.48% from 255 or 25.12% from 215); Blue value is 58 (23.05% from 255 or 26.98% from 215); Max value from RGB is 103 - color contains mainly: red. Hex color #67363A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67363A is #98C9C5. Grayscale: #454545. Windows color (decimal): -10013126 or 3815015. OLE color: 3815015.

HSL color Cylindrical-coordinate representation of color #67363A: hue angle of 355.1º 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 #67363A is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.60.

Color convert

RGB1035458-
CMYK00.480.440.60
HSL355.1º31.21%30.78%-
HSV(B)355.1º47.57%40.39%-
XYZ7.685.834.72-
YUV69.11121.73152.17-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 47.91%
GREEN value IS 54 (21.48% from 255) = 25.12%
BLUE value IS 58 (23.05% from 255) = 26.98%
R=47.91%
G=25.12%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103545800.480.440.60355.131.2130.78
Hex67363A0302C3C1631f1f
Octal147667206054745433737
Binary110011111011011101001100001011001111001011000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67363A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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