Html Css Color HEX #6D875F Xanadu

📋 copy color: '#6D875F'

red 109 ◦ green 135 ◦ blue 95

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

Shades of Xanadu #6D875F

Tints of Xanadu #6D875F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.82%

 BLUE value IS 95 (37.5% from 255) = 28.02%

R = 32.15%
G = 39.82%
B = 28.02%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#6D875F (or 0x6D875F) is known color: Xanadu. HEX triplet: 6D, 87 and 5F. RGB value is (109,135,95). Sum of RGB (Red+Green+Blue) = 109+135+95=339 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.15% from 339); Green value is 135 (53.12% from 255 or 39.82% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 135 - color contains mainly: green. Hex color #6D875F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D875F is #9278A0. Grayscale: #7A7A7A. Windows color (decimal): -9599137 or 6260589. OLE color: 6260589.

HSL color Cylindrical-coordinate representation of color #6D875F: hue angle of 99º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D875F is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 109 135 95 -
CMYK 0.19 0 0.30 0.47
HSL 99º 0.17% 0.45% -
HSV(B) 99º 0.3% 0.53% -
XYZ 17.04 21.41 14.06 -
YUV 122.67 112.39 118.25 -
System Red Green Blue C M Y K H S L
Decimal 109 135 95 0.19 0 0.30 0.47 99 0.17 0.45
Hex 6D 87 5F 13 0 1E 2F 63 11 2D
Octal 155 207 137 23 0 36 57 143 21 55
Binary 1101101 10000111 1011111 10011 0 11110 101111 1100011 10001 101101

Color Harmonies of #6D875F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D875F

Black with #6D875F

Text Example


Text Example

White with #6D875F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,135,95); }

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

background-color css

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

 a { background-color: rgb(109,135,95); }

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

border-color css

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

 span { border-color: rgb(109,135,95); }

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