Html Css Color HEX #6C383E Merlot

📋 copy color: '#6C383E'

red 108 ◦ green 56 ◦ blue 62

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

Shades of Merlot #6C383E

Tints of Merlot #6C383E

RGB

 RED value IS 108 (42.58% from 255) = 47.79%

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

 BLUE value IS 62 (24.61% from 255) = 27.43%

R = 47.79%
G = 24.78%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.43

 K value IS 0.58

RGB Variations

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

Color information

#6C383E (or 0x6C383E) is known color: Merlot. HEX triplet: 6C, 38 and 3E. RGB value is (108,56,62). Sum of RGB (Red+Green+Blue) = 108+56+62=226 (29% of max value = 765). Red value is 108 (42.58% from 255 or 47.79% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 62 (24.61% from 255 or 27.43% from 226); Max value from RGB is 108 - color contains mainly: red. Hex color #6C383E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C383E is #93C7C1. Grayscale: #484848. Windows color (decimal): -9684930 or 4077676. OLE color: 4077676.

HSL color Cylindrical-coordinate representation of color #6C383E: hue angle of 353.08º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6C383E is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 56 62 -
CMYK 0 0.48 0.43 0.58
HSL 353.08º 0.32% 0.32% -
HSV(B) 353.08º 0.48% 0.42% -
XYZ 8.47 6.36 5.34 -
YUV 72.23 122.23 153.51 -
System Red Green Blue C M Y K H S L
Decimal 108 56 62 0 0.48 0.43 0.58 353.08 0.32 0.32
Hex 6C 38 3E 0 30 2B 3A 161 20 20
Octal 154 70 76 0 60 53 72 541 40 40
Binary 1101100 111000 111110 0 110000 101011 111010 101100001 100000 100000

Color Harmonies of #6C383E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C383E

Black with #6C383E

Text Example


Text Example

White with #6C383E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,56,62); }

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

background-color css

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

 a { background-color: rgb(108,56,62); }

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

border-color css

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

 span { border-color: rgb(108,56,62); }

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