Html Css Color HEX #6E8369 Xanadu

📋 copy color: '#6E8369'

red 110 ◦ green 131 ◦ blue 105

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

Shades of Xanadu #6E8369

Tints of Xanadu #6E8369

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.86%

 BLUE value IS 105 (41.41% from 255) = 30.35%

R = 31.79%
G = 37.86%
B = 30.35%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#6E8369 (or 0x6E8369) is known color: Xanadu. HEX triplet: 6E, 83 and 69. RGB value is (110,131,105). Sum of RGB (Red+Green+Blue) = 110+131+105=346 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.79% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 131 - color contains mainly: green. Hex color #6E8369 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8369 is #917C96. Grayscale: #797979. Windows color (decimal): -9534615 or 6914926. OLE color: 6914926.

HSL color Cylindrical-coordinate representation of color #6E8369: hue angle of 108.46º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6E8369 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB 110 131 105 -
CMYK 0.16 0 0.20 0.49
HSL 108.46º 0.11% 0.46% -
HSV(B) 108.46º 0.2% 0.51% -
XYZ 17.1 20.57 16.43 -
YUV 121.76 118.54 119.61 -
System Red Green Blue C M Y K H S L
Decimal 110 131 105 0.16 0 0.20 0.49 108.46 0.11 0.46
Hex 6E 83 69 10 0 14 31 6C B 2E
Octal 156 203 151 20 0 24 61 154 13 56
Binary 1101110 10000011 1101001 10000 0 10100 110001 1101100 1011 101110

Color Harmonies of #6E8369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8369

Black with #6E8369

Text Example


Text Example

White with #6E8369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,131,105); }

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

background-color css

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

 a { background-color: rgb(110,131,105); }

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

border-color css

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

 span { border-color: rgb(110,131,105); }

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