Html Css Color HEX #6E685A Coffee

📋 copy color: '#6E685A'

red 110 ◦ green 104 ◦ blue 90

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

Shades of Coffee #6E685A

Tints of Coffee #6E685A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.21%

 BLUE value IS 90 (35.55% from 255) = 29.61%

R = 36.18%
G = 34.21%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.18

 K value IS 0.57

RGB Variations

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

Color information

#6E685A (or 0x6E685A) is known color: Coffee. HEX triplet: 6E, 68 and 5A. RGB value is (110,104,90). Sum of RGB (Red+Green+Blue) = 110+104+90=304 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.18% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 110 - color contains mainly: red. Hex color #6E685A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E685A is #9197A5. Grayscale: #686868. Windows color (decimal): -9541542 or 5924974. OLE color: 5924974.

HSL color Cylindrical-coordinate representation of color #6E685A: hue angle of 42º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6E685A is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 104 90 -
CMYK 0 0.05 0.18 0.57
HSL 42º 0.1% 0.39% -
HSV(B) 42º 0.18% 0.43% -
XYZ 13.23 13.95 11.67 -
YUV 104.2 119.99 132.14 -
System Red Green Blue C M Y K H S L
Decimal 110 104 90 0 0.05 0.18 0.57 42 0.1 0.39
Hex 6E 68 5A 0 5 12 39 2A A 27
Octal 156 150 132 0 5 22 71 52 12 47
Binary 1101110 1101000 1011010 0 101 10010 111001 101010 1010 100111

Color Harmonies of #6E685A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E685A

Black with #6E685A

Text Example


Text Example

White with #6E685A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,104,90); }

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

background-color css

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

 a { background-color: rgb(110,104,90); }

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

border-color css

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

 span { border-color: rgb(110,104,90); }

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