Html Css Color HEX #6D885E Xanadu

📋 copy color: '#6D885E'

red 109 ◦ green 136 ◦ blue 94

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

Shades of Xanadu #6D885E

Tints of Xanadu #6D885E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.73%

R = 32.15%
G = 40.12%
B = 27.73%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#6D885E (or 0x6D885E) is known color: Xanadu. HEX triplet: 6D, 88 and 5E. RGB value is (109,136,94). Sum of RGB (Red+Green+Blue) = 109+136+94=339 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.15% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 136 - color contains mainly: green. Hex color #6D885E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D885E is #9277A1. Grayscale: #7B7B7B. Windows color (decimal): -9598882 or 6195309. OLE color: 6195309.

HSL color Cylindrical-coordinate representation of color #6D885E: hue angle of 98.57º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D885E is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 109 136 94 -
CMYK 0.20 0 0.31 0.47
HSL 98.57º 0.18% 0.45% -
HSV(B) 98.57º 0.31% 0.53% -
XYZ 17.13 21.67 13.87 -
YUV 123.14 111.55 117.92 -
System Red Green Blue C M Y K H S L
Decimal 109 136 94 0.20 0 0.31 0.47 98.57 0.18 0.45
Hex 6D 88 5E 14 0 1F 2F 63 12 2D
Octal 155 210 136 24 0 37 57 143 22 55
Binary 1101101 10001000 1011110 10100 0 11111 101111 1100011 10010 101101

Color Harmonies of #6D885E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D885E

Black with #6D885E

Text Example


Text Example

White with #6D885E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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