Html Css Color HEX #67343C Merlot

📋 copy color: '#67343C'

red 103 ◦ green 52 ◦ blue 60

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

Shades of Merlot #67343C

Tints of Merlot #67343C

RGB

 RED value IS 103 (40.63% from 255) = 47.91%

 GREEN value IS 52 (20.7% from 255) = 24.19%

 BLUE value IS 60 (23.83% from 255) = 27.91%

R = 47.91%
G = 24.19%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.42

 K value IS 0.60

RGB Variations

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

Color information

#67343C (or 0x67343C) is known color: Merlot. HEX triplet: 67, 34 and 3C. RGB value is (103,52,60). Sum of RGB (Red+Green+Blue) = 103+52+60=215 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.91% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 60 (23.83% from 255 or 27.91% from 215); Max value from RGB is 103 - color contains mainly: red. Hex color #67343C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67343C is #98CBC3. Grayscale: #444444. Windows color (decimal): -10013636 or 3945575. OLE color: 3945575.

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

Color convert

RGB 103 52 60 -
CMYK 0 0.50 0.42 0.60
HSL 350.59º 0.33% 0.3% -
HSV(B) 350.59º 0.5% 0.4% -
XYZ 7.64 5.67 4.97 -
YUV 68.16 123.4 152.85 -
System Red Green Blue C M Y K H S L
Decimal 103 52 60 0 0.50 0.42 0.60 350.59 0.33 0.3
Hex 67 34 3C 0 32 2A 3C 15F 21 1E
Octal 147 64 74 0 62 52 74 537 41 36
Binary 1100111 110100 111100 0 110010 101010 111100 101011111 100001 11110

Color Harmonies of #67343C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67343C

Black with #67343C

Text Example


Text Example

White with #67343C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #67343C;
 }
 .AnyTagClassName
 {
   color: #67343C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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