Html Css Color HEX #6F303C Merlot

📋 copy color: '#6F303C'

red 111 ◦ green 48 ◦ blue 60

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

Shades of Merlot #6F303C

Tints of Merlot #6F303C

RGB

 RED value IS 111 (43.75% from 255) = 50.68%

 GREEN value IS 48 (19.14% from 255) = 21.92%

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

R = 50.68%
G = 21.92%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#6F303C (or 0x6F303C) is known color: Merlot. HEX triplet: 6F, 30 and 3C. RGB value is (111,48,60). Sum of RGB (Red+Green+Blue) = 111+48+60=219 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.68% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 111 - color contains mainly: red. Hex color #6F303C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F303C is #90CFC3. Grayscale: #444444. Windows color (decimal): -9490372 or 3944559. OLE color: 3944559.

HSL color Cylindrical-coordinate representation of color #6F303C: hue angle of 348.57º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6F303C is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 48 60 -
CMYK 0 0.57 0.46 0.56
HSL 348.57º 0.4% 0.31% -
HSV(B) 348.57º 0.57% 0.44% -
XYZ 8.43 5.82 4.95 -
YUV 68.21 123.37 158.52 -
System Red Green Blue C M Y K H S L
Decimal 111 48 60 0 0.57 0.46 0.56 348.57 0.4 0.31
Hex 6F 30 3C 0 39 2E 38 15D 28 1F
Octal 157 60 74 0 71 56 70 535 50 37
Binary 1101111 110000 111100 0 111001 101110 111000 101011101 101000 11111

Color Harmonies of #6F303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F303C

Black with #6F303C

Text Example


Text Example

White with #6F303C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F303C; }

 p { color: rgb(111,48,60); }

 H1.HeaderClassName
 {
   color: #6F303C;
 }
 .AnyTagClassName
 {
   color: #6F303C;
 }
</style>

background-color css

<style>
 a { background-color: #6F303C; }

 a { background-color: rgb(111,48,60); }

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

border-color css

<style>
 span { border-color: #6F303C; }

 span { border-color: rgb(111,48,60); }

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