Html Css Color HEX #6D8865 Xanadu

📋 copy color: '#6D8865'

red 109 ◦ green 136 ◦ blue 101

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

Shades of Xanadu #6D8865

Tints of Xanadu #6D8865

RGB

 RED value IS 109 (42.97% from 255) = 31.5%

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

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

R = 31.5%
G = 39.31%
B = 29.19%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#6D8865 (or 0x6D8865) is known color: Xanadu. HEX triplet: 6D, 88 and 65. RGB value is (109,136,101). Sum of RGB (Red+Green+Blue) = 109+136+101=346 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.50% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 136 - color contains mainly: green. Hex color #6D8865 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8865 is #92779A. Grayscale: #7C7C7C. Windows color (decimal): -9598875 or 6654061. OLE color: 6654061.

HSL color Cylindrical-coordinate representation of color #6D8865: hue angle of 106.29º 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 #6D8865 is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 109 136 101 -
CMYK 0.20 0 0.26 0.47
HSL 106.29º 0.15% 0.46% -
HSV(B) 106.29º 0.26% 0.53% -
XYZ 17.46 21.8 15.6 -
YUV 123.94 115.05 117.35 -
System Red Green Blue C M Y K H S L
Decimal 109 136 101 0.20 0 0.26 0.47 106.29 0.15 0.46
Hex 6D 88 65 14 0 1A 2F 6A F 2E
Octal 155 210 145 24 0 32 57 152 17 56
Binary 1101101 10001000 1100101 10100 0 11010 101111 1101010 1111 101110

Color Harmonies of #6D8865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8865

Black with #6D8865

Text Example


Text Example

White with #6D8865

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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