Html Css Color HEX #67383C Merlot

📋 copy color: '#67383C'

red 103 ◦ green 56 ◦ blue 60

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

Shades of Merlot #67383C

Tints of Merlot #67383C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.57%

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

R = 47.03%
G = 25.57%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.60

RGB Variations

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

Color information

#67383C (or 0x67383C) is known color: Merlot. HEX triplet: 67, 38 and 3C. RGB value is (103,56,60). Sum of RGB (Red+Green+Blue) = 103+56+60=219 (29% of max value = 765). Red value is 103 (40.62% from 255 or 47.03% from 219); Green value is 56 (22.27% from 255 or 25.57% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 103 - color contains mainly: red. Hex color #67383C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67383C is #98C7C3. Grayscale: #464646. Windows color (decimal): -10012612 or 3946599. OLE color: 3946599.

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

Color convert

RGB 103 56 60 -
CMYK 0 0.46 0.42 0.60
HSL 354.89º 0.3% 0.31% -
HSV(B) 354.89º 0.46% 0.4% -
XYZ 7.82 6.04 5.03 -
YUV 70.51 122.07 151.17 -
System Red Green Blue C M Y K H S L
Decimal 103 56 60 0 0.46 0.42 0.60 354.89 0.3 0.31
Hex 67 38 3C 0 2E 2A 3C 163 1E 1F
Octal 147 70 74 0 56 52 74 543 36 37
Binary 1100111 111000 111100 0 101110 101010 111100 101100011 11110 11111

Color Harmonies of #67383C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67383C

Black with #67383C

Text Example


Text Example

White with #67383C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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