Html Css Color HEX #6E352A Mocha

📋 copy color: '#6E352A'

red 110 ◦ green 53 ◦ blue 42

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

Shades of Mocha #6E352A

Tints of Mocha #6E352A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.85%

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

R = 53.66%
G = 25.85%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.57

RGB Variations

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

Color information

#6E352A (or 0x6E352A) is known color: Mocha. HEX triplet: 6E, 35 and 2A. RGB value is (110,53,42). Sum of RGB (Red+Green+Blue) = 110+53+42=205 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.66% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 110 - color contains mainly: red. Hex color #6E352A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E352A is #91CAD5. Grayscale: #444444. Windows color (decimal): -9554646 or 2766190. OLE color: 2766190.

HSL color Cylindrical-coordinate representation of color #6E352A: hue angle of 9.71º 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 #6E352A is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 53 42 -
CMYK 0 0.52 0.62 0.57
HSL 9.71º 0.45% 0.3% -
HSV(B) 9.71º 0.62% 0.43% -
XYZ 8.12 6.03 2.93 -
YUV 68.79 112.88 157.39 -
System Red Green Blue C M Y K H S L
Decimal 110 53 42 0 0.52 0.62 0.57 9.71 0.45 0.3
Hex 6E 35 2A 0 34 3E 39 A 2D 1E
Octal 156 65 52 0 64 76 71 12 55 36
Binary 1101110 110101 101010 0 110100 111110 111001 1010 101101 11110

Color Harmonies of #6E352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E352A

Black with #6E352A

Text Example


Text Example

White with #6E352A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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