Html Css Color HEX #6E382C Mocha

📋 copy color: '#6E382C'

red 110 ◦ green 56 ◦ blue 44

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

Shades of Mocha #6E382C

Tints of Mocha #6E382C

RGB

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

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

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

R = 52.38%
G = 26.67%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.6

 K value IS 0.57

RGB Variations

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

Color information

#6E382C (or 0x6E382C) is known color: Mocha. HEX triplet: 6E, 38 and 2C. RGB value is (110,56,44). Sum of RGB (Red+Green+Blue) = 110+56+44=210 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.38% from 210); Green value is 56 (22.27% from 255 or 26.67% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 110 - color contains mainly: red. Hex color #6E382C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E382C is #91C7D3. Grayscale: #464646. Windows color (decimal): -9553876 or 2898030. OLE color: 2898030.

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

Color convert

RGB 110 56 44 -
CMYK 0 0.49 0.6 0.57
HSL 10.91º 0.43% 0.3% -
HSV(B) 10.91º 0.6% 0.43% -
XYZ 8.3 6.33 3.17 -
YUV 70.78 112.89 155.98 -
System Red Green Blue C M Y K H S L
Decimal 110 56 44 0 0.49 0.6 0.57 10.91 0.43 0.3
Hex 6E 38 2C 0 31 3C 39 B 2B 1E
Octal 156 70 54 0 61 74 71 13 53 36
Binary 1101110 111000 101100 0 110001 111100 111001 1011 101011 11110

Color Harmonies of #6E382C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E382C

Black with #6E382C

Text Example


Text Example

White with #6E382C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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