Html Css Color HEX #6E8163 Xanadu

📋 copy color: '#6E8163'

red 110 ◦ green 129 ◦ blue 99

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

Shades of Xanadu #6E8163

Tints of Xanadu #6E8163

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.17%

 BLUE value IS 99 (39.06% from 255) = 29.29%

R = 32.54%
G = 38.17%
B = 29.29%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#6E8163 (or 0x6E8163) is known color: Xanadu. HEX triplet: 6E, 81 and 63. RGB value is (110,129,99). Sum of RGB (Red+Green+Blue) = 110+129+99=338 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.54% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 129 - color contains mainly: green. Hex color #6E8163 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8163 is #917E9C. Grayscale: #787878. Windows color (decimal): -9535133 or 6521198. OLE color: 6521198.

HSL color Cylindrical-coordinate representation of color #6E8163: hue angle of 98º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6E8163 is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB 110 129 99 -
CMYK 0.15 0 0.23 0.49
HSL 98º 0.13% 0.45% -
HSV(B) 98º 0.23% 0.51% -
XYZ 16.53 19.92 14.78 -
YUV 119.9 116.21 120.94 -
System Red Green Blue C M Y K H S L
Decimal 110 129 99 0.15 0 0.23 0.49 98 0.13 0.45
Hex 6E 81 63 F 0 17 31 62 D 2D
Octal 156 201 143 17 0 27 61 142 15 55
Binary 1101110 10000001 1100011 1111 0 10111 110001 1100010 1101 101101

Color Harmonies of #6E8163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8163

Black with #6E8163

Text Example


Text Example

White with #6E8163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,129,99); }

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

background-color css

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

 a { background-color: rgb(110,129,99); }

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

border-color css

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

 span { border-color: rgb(110,129,99); }

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