Html Css Color HEX #6E856A Xanadu

📋 copy color: '#6E856A'

red 110 ◦ green 133 ◦ blue 106

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

Shades of Xanadu #6E856A

Tints of Xanadu #6E856A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.11%

 BLUE value IS 106 (41.8% from 255) = 30.37%

R = 31.52%
G = 38.11%
B = 30.37%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#6E856A (or 0x6E856A) is known color: Xanadu. HEX triplet: 6E, 85 and 6A. RGB value is (110,133,106). Sum of RGB (Red+Green+Blue) = 110+133+106=349 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.52% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 106 (41.80% from 255 or 30.37% from 349); Max value from RGB is 133 - color contains mainly: green. Hex color #6E856A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E856A is #917A95. Grayscale: #7B7B7B. Windows color (decimal): -9534102 or 6980974. OLE color: 6980974.

HSL color Cylindrical-coordinate representation of color #6E856A: hue angle of 111.11º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6E856A is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 110 133 106 -
CMYK 0.17 0 0.20 0.48
HSL 111.11º 0.11% 0.47% -
HSV(B) 111.11º 0.2% 0.52% -
XYZ 17.42 21.13 16.8 -
YUV 123.05 118.38 118.7 -
System Red Green Blue C M Y K H S L
Decimal 110 133 106 0.17 0 0.20 0.48 111.11 0.11 0.47
Hex 6E 85 6A 11 0 14 30 6F B 2F
Octal 156 205 152 21 0 24 60 157 13 57
Binary 1101110 10000101 1101010 10001 0 10100 110000 1101111 1011 101111

Color Harmonies of #6E856A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E856A

Black with #6E856A

Text Example


Text Example

White with #6E856A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,133,106); }

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

background-color css

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

 a { background-color: rgb(110,133,106); }

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

border-color css

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

 span { border-color: rgb(110,133,106); }

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