Html Css Color HEX #6E665A Coffee

📋 copy color: '#6E665A'

red 110 ◦ green 102 ◦ blue 90

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

Shades of Coffee #6E665A

Tints of Coffee #6E665A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.77%

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

R = 36.42%
G = 33.77%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.57

RGB Variations

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

Color information

#6E665A (or 0x6E665A) is known color: Coffee. HEX triplet: 6E, 66 and 5A. RGB value is (110,102,90). Sum of RGB (Red+Green+Blue) = 110+102+90=302 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.42% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 110 - color contains mainly: red. Hex color #6E665A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E665A is #9199A5. Grayscale: #676767. Windows color (decimal): -9542054 or 5924462. OLE color: 5924462.

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

Color convert

RGB 110 102 90 -
CMYK 0 0.07 0.18 0.57
HSL 36º 0.1% 0.39% -
HSV(B) 36º 0.18% 0.43% -
XYZ 13.03 13.56 11.6 -
YUV 103.02 120.65 132.98 -
System Red Green Blue C M Y K H S L
Decimal 110 102 90 0 0.07 0.18 0.57 36 0.1 0.39
Hex 6E 66 5A 0 7 12 39 24 A 27
Octal 156 146 132 0 7 22 71 44 12 47
Binary 1101110 1100110 1011010 0 111 10010 111001 100100 1010 100111

Color Harmonies of #6E665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E665A

Black with #6E665A

Text Example


Text Example

White with #6E665A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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