Html Css Color HEX #6E8865 Xanadu

📋 copy color: '#6E8865'

red 110 ◦ green 136 ◦ blue 101

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

Shades of Xanadu #6E8865

Tints of Xanadu #6E8865

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.19%

 BLUE value IS 101 (39.84% from 255) = 29.11%

R = 31.7%
G = 39.19%
B = 29.11%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#6E8865 (or 0x6E8865) is known color: Xanadu. HEX triplet: 6E, 88 and 65. RGB value is (110,136,101). Sum of RGB (Red+Green+Blue) = 110+136+101=347 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.70% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 101 (39.84% from 255 or 29.11% from 347); Max value from RGB is 136 - color contains mainly: green. Hex color #6E8865 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8865 is #91779A. Grayscale: #7C7C7C. Windows color (decimal): -9533339 or 6654062. OLE color: 6654062.

HSL color Cylindrical-coordinate representation of color #6E8865: hue angle of 104.57º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6E8865 is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 110 136 101 -
CMYK 0.19 0 0.26 0.47
HSL 104.57º 0.15% 0.46% -
HSV(B) 104.57º 0.26% 0.53% -
XYZ 17.58 21.86 15.61 -
YUV 124.24 114.89 117.85 -
System Red Green Blue C M Y K H S L
Decimal 110 136 101 0.19 0 0.26 0.47 104.57 0.15 0.46
Hex 6E 88 65 13 0 1A 2F 69 F 2E
Octal 156 210 145 23 0 32 57 151 17 56
Binary 1101110 10001000 1100101 10011 0 11010 101111 1101001 1111 101110

Color Harmonies of #6E8865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8865

Black with #6E8865

Text Example


Text Example

White with #6E8865

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,136,101); }

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

background-color css

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

 a { background-color: rgb(110,136,101); }

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

border-color css

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

 span { border-color: rgb(110,136,101); }

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