Html Css Color HEX #6F383C Merlot

📋 copy color: '#6F383C'

red 111 ◦ green 56 ◦ blue 60

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

Shades of Merlot #6F383C

Tints of Merlot #6F383C

RGB

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

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

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

R = 48.9%
G = 24.67%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#6F383C (or 0x6F383C) is known color: Merlot. HEX triplet: 6F, 38 and 3C. RGB value is (111,56,60). Sum of RGB (Red+Green+Blue) = 111+56+60=227 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.90% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 111 - color contains mainly: red. Hex color #6F383C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F383C is #90C7C3. Grayscale: #484848. Windows color (decimal): -9488324 or 3946607. OLE color: 3946607.

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

Color convert

RGB 111 56 60 -
CMYK 0 0.50 0.46 0.56
HSL 355.64º 0.33% 0.33% -
HSV(B) 355.64º 0.5% 0.44% -
XYZ 8.79 6.53 5.07 -
YUV 72.9 120.72 155.17 -
System Red Green Blue C M Y K H S L
Decimal 111 56 60 0 0.50 0.46 0.56 355.64 0.33 0.33
Hex 6F 38 3C 0 32 2E 38 164 21 21
Octal 157 70 74 0 62 56 70 544 41 41
Binary 1101111 111000 111100 0 110010 101110 111000 101100100 100001 100001

Color Harmonies of #6F383C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F383C

Black with #6F383C

Text Example


Text Example

White with #6F383C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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