Html Css Color HEX #6E332A Mocha

📋 copy color: '#6E332A'

red 110 ◦ green 51 ◦ blue 42

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

Shades of Mocha #6E332A

Tints of Mocha #6E332A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.12%

 BLUE value IS 42 (16.8% from 255) = 20.69%

R = 54.19%
G = 25.12%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.57

RGB Variations

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

Color information

#6E332A (or 0x6E332A) is known color: Mocha. HEX triplet: 6E, 33 and 2A. RGB value is (110,51,42). Sum of RGB (Red+Green+Blue) = 110+51+42=203 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.19% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 110 - color contains mainly: red. Hex color #6E332A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E332A is #91CCD5. Grayscale: #434343. Windows color (decimal): -9555158 or 2765678. OLE color: 2765678.

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

Color convert

RGB 110 51 42 -
CMYK 0 0.54 0.62 0.57
HSL 7.94º 0.45% 0.3% -
HSV(B) 7.94º 0.62% 0.43% -
XYZ 8.03 5.85 2.9 -
YUV 67.62 113.55 158.23 -
System Red Green Blue C M Y K H S L
Decimal 110 51 42 0 0.54 0.62 0.57 7.94 0.45 0.3
Hex 6E 33 2A 0 36 3E 39 8 2D 1E
Octal 156 63 52 0 66 76 71 10 55 36
Binary 1101110 110011 101010 0 110110 111110 111001 1000 101101 11110

Color Harmonies of #6E332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E332A

Black with #6E332A

Text Example


Text Example

White with #6E332A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,51,42); }

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

background-color css

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

 a { background-color: rgb(110,51,42); }

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

border-color css

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

 span { border-color: rgb(110,51,42); }

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