#6D876A

Color #6D876A Xanadu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Xanadu #6D876A

Tints of Xanadu #6D876A

Color information

#6D876A (or 0x6D876A) is unknown color: approx Xanadu. HEX triplet: 6D, 87 and 6A. RGB value is (109,135,106). Sum of RGB (Red+Green+Blue) = 109+135+106=350 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.14% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 135 - color contains mainly: green. Hex color #6D876A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D876A is #927895. Grayscale: #7C7C7C. Windows color (decimal): -9599126 or 6981485. OLE color: 6981485.

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

Color convert

RGB109135106-
CMYK0.1900.210.47
HSL113.79º12.03%47.25%-
HSV(B)113.79º21.48%52.94%-
XYZ17.5721.6216.88-
YUV123.92117.89117.36-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.14%
GREEN value IS 135 (53.12% from 255) = 38.57%
BLUE value IS 106 (41.80% from 255) = 30.29%
R=31.14%
G=38.57%
B=30.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1091351060.1900.210.47113.7912.0347.25
Hex6D876A130152F72c2f
Octal15520715223025571621457
Binary11011011000011111010101001101010110111111100101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D876A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D876A;
 }
 .AnyTagClassName
 {
   color: #6D876A;
 }
</style>
background-color css

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

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

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

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

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

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