Html Css Color HEX #6E372C Mocha

📋 copy color: '#6E372C'

red 110 ◦ green 55 ◦ blue 44

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

Shades of Mocha #6E372C

Tints of Mocha #6E372C

RGB

 RED value IS 110 (43.36% from 255) = 52.63%

 GREEN value IS 55 (21.88% from 255) = 26.32%

 BLUE value IS 44 (17.58% from 255) = 21.05%

R = 52.63%
G = 26.32%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.6

 K value IS 0.57

RGB Variations

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

Color information

#6E372C (or 0x6E372C) is known color: Mocha. HEX triplet: 6E, 37 and 2C. RGB value is (110,55,44). Sum of RGB (Red+Green+Blue) = 110+55+44=209 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.63% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 44 (17.58% from 255 or 21.05% from 209); Max value from RGB is 110 - color contains mainly: red. Hex color #6E372C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E372C is #91C8D3. Grayscale: #464646. Windows color (decimal): -9554132 or 2897774. OLE color: 2897774.

HSL color Cylindrical-coordinate representation of color #6E372C: hue angle of 10º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6E372C is Cyan = 0, Magento = 0.5, Yellow = 0.6 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 55 44 -
CMYK 0 0.5 0.6 0.57
HSL 10º 0.43% 0.3% -
HSV(B) 10º 0.6% 0.43% -
XYZ 8.25 6.23 3.15 -
YUV 70.19 113.22 156.39 -
System Red Green Blue C M Y K H S L
Decimal 110 55 44 0 0.5 0.6 0.57 10 0.43 0.3
Hex 6E 37 2C 0 32 3C 39 A 2B 1E
Octal 156 67 54 0 62 74 71 12 53 36
Binary 1101110 110111 101100 0 110010 111100 111001 1010 101011 11110

Color Harmonies of #6E372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E372C

Black with #6E372C

Text Example


Text Example

White with #6E372C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,55,44); }

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

background-color css

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

 a { background-color: rgb(110,55,44); }

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

border-color css

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

 span { border-color: rgb(110,55,44); }

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