Html Css Color HEX #6E6454 Coffee

📋 copy color: '#6E6454'

red 110 ◦ green 100 ◦ blue 84

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

Shades of Coffee #6E6454

Tints of Coffee #6E6454

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.01%

 BLUE value IS 84 (33.2% from 255) = 28.57%

R = 37.41%
G = 34.01%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.24

 K value IS 0.57

RGB Variations

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

Color information

#6E6454 (or 0x6E6454) is known color: Coffee. HEX triplet: 6E, 64 and 54. RGB value is (110,100,84). Sum of RGB (Red+Green+Blue) = 110+100+84=294 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.41% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 84 (33.20% from 255 or 28.57% from 294); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6454 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6454 is #919BAB. Grayscale: #656565. Windows color (decimal): -9542572 or 5530734. OLE color: 5530734.

HSL color Cylindrical-coordinate representation of color #6E6454: hue angle of 36.92º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6E6454 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 100 84 -
CMYK 0 0.09 0.24 0.57
HSL 36.92º 0.13% 0.38% -
HSV(B) 36.92º 0.24% 0.43% -
XYZ 12.59 13.07 10.25 -
YUV 101.17 118.31 134.3 -
System Red Green Blue C M Y K H S L
Decimal 110 100 84 0 0.09 0.24 0.57 36.92 0.13 0.38
Hex 6E 64 54 0 9 18 39 25 D 26
Octal 156 144 124 0 11 30 71 45 15 46
Binary 1101110 1100100 1010100 0 1001 11000 111001 100101 1101 100110

Color Harmonies of #6E6454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6454

Black with #6E6454

Text Example


Text Example

White with #6E6454

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,100,84); }

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

background-color css

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

 a { background-color: rgb(110,100,84); }

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

border-color css

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

 span { border-color: rgb(110,100,84); }

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