Html Css Color HEX #6E6455 Coffee

📋 copy color: '#6E6455'

red 110 ◦ green 100 ◦ blue 85

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

Shades of Coffee #6E6455

Tints of Coffee #6E6455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 28.81%

R = 37.29%
G = 33.9%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.23

 K value IS 0.57

RGB Variations

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

Color information

#6E6455 (or 0x6E6455) is known color: Coffee. HEX triplet: 6E, 64 and 55. RGB value is (110,100,85). Sum of RGB (Red+Green+Blue) = 110+100+85=295 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.29% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6455 is #919BAA. Grayscale: #656565. Windows color (decimal): -9542571 or 5596270. OLE color: 5596270.

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

Color convert

RGB 110 100 85 -
CMYK 0 0.09 0.23 0.57
HSL 36º 0.13% 0.38% -
HSV(B) 36º 0.23% 0.43% -
XYZ 12.63 13.09 10.45 -
YUV 101.28 118.81 134.22 -
System Red Green Blue C M Y K H S L
Decimal 110 100 85 0 0.09 0.23 0.57 36 0.13 0.38
Hex 6E 64 55 0 9 17 39 24 D 26
Octal 156 144 125 0 11 27 71 44 15 46
Binary 1101110 1100100 1010101 0 1001 10111 111001 100100 1101 100110

Color Harmonies of #6E6455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6455

Black with #6E6455

Text Example


Text Example

White with #6E6455

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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