Html Css Color HEX #6E372E Mocha

📋 copy color: '#6E372E'

red 110 ◦ green 55 ◦ blue 46

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

Shades of Mocha #6E372E

Tints of Mocha #6E372E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 21.8%

R = 52.13%
G = 26.07%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.58

 K value IS 0.57

RGB Variations

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

Color information

#6E372E (or 0x6E372E) is known color: Mocha. HEX triplet: 6E, 37 and 2E. RGB value is (110,55,46). Sum of RGB (Red+Green+Blue) = 110+55+46=211 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.13% from 211); Green value is 55 (21.88% from 255 or 26.07% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 110 - color contains mainly: red. Hex color #6E372E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E372E is #91C8D1. Grayscale: #464646. Windows color (decimal): -9554130 or 3028846. OLE color: 3028846.

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

Color convert

RGB 110 55 46 -
CMYK 0 0.5 0.58 0.57
HSL 8.44º 0.41% 0.31% -
HSV(B) 8.44º 0.58% 0.43% -
XYZ 8.29 6.24 3.35 -
YUV 70.42 114.22 156.23 -
System Red Green Blue C M Y K H S L
Decimal 110 55 46 0 0.5 0.58 0.57 8.44 0.41 0.31
Hex 6E 37 2E 0 32 3A 39 8 29 1F
Octal 156 67 56 0 62 72 71 10 51 37
Binary 1101110 110111 101110 0 110010 111010 111001 1000 101001 11111

Color Harmonies of #6E372E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E372E

Black with #6E372E

Text Example


Text Example

White with #6E372E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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