Html Css Color HEX #6D895E Xanadu

📋 copy color: '#6D895E'

red 109 ◦ green 137 ◦ blue 94

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

Shades of Xanadu #6D895E

Tints of Xanadu #6D895E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.29%

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

R = 32.06%
G = 40.29%
B = 27.65%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#6D895E (or 0x6D895E) is known color: Xanadu. HEX triplet: 6D, 89 and 5E. RGB value is (109,137,94). Sum of RGB (Red+Green+Blue) = 109+137+94=340 (45% of max value = 765). Red value is 109 (42.97% from 255 or 32.06% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 137 - color contains mainly: green. Hex color #6D895E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D895E is #9276A1. Grayscale: #7B7B7B. Windows color (decimal): -9598626 or 6195565. OLE color: 6195565.

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

Color convert

RGB 109 137 94 -
CMYK 0.20 0 0.31 0.46
HSL 99.07º 0.19% 0.45% -
HSV(B) 99.07º 0.31% 0.54% -
XYZ 17.27 21.95 13.92 -
YUV 123.73 111.22 117.5 -
System Red Green Blue C M Y K H S L
Decimal 109 137 94 0.20 0 0.31 0.46 99.07 0.19 0.45
Hex 6D 89 5E 14 0 1F 2E 63 13 2D
Octal 155 211 136 24 0 37 56 143 23 55
Binary 1101101 10001001 1011110 10100 0 11111 101110 1100011 10011 101101

Color Harmonies of #6D895E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D895E

Black with #6D895E

Text Example


Text Example

White with #6D895E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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