#6D8268

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

Shades of Xanadu #6D8268

Tints of Xanadu #6D8268

Color information

#6D8268 (or 0x6D8268) is unknown color: approx Xanadu. HEX triplet: 6D, 82 and 68. RGB value is (109,130,104). Sum of RGB (Red+Green+Blue) = 109+130+104=343 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.78% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 130 - color contains mainly: green. Hex color #6D8268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8268 is #927D97. Grayscale: #787878. Windows color (decimal): -9600408 or 6849133. OLE color: 6849133.

HSL color Cylindrical-coordinate representation of color #6D8268: hue angle of 108.46º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6D8268 is Cyan = 0.16, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.49.

Color convert

RGB109130104-
CMYK0.1600.20.49
HSL108.46º11.11%45.88%-
HSV(B)108.46º20%50.98%-
XYZ16.7920.2216.11-
YUV120.76118.54119.61-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.78%
GREEN value IS 130 (51.17% from 255) = 37.90%
BLUE value IS 104 (41.02% from 255) = 30.32%
R=31.78%
G=37.90%
B=30.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1091301040.1600.20.49108.4611.1145.88
Hex6D826810014316cb2e
Octal15520215020024611541356
Binary11011011000001011010001000001010011000111011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,130,104); }

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

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

 a { background-color: rgb(109,130,104); }

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

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

 span { border-color: rgb(109,130,104); }

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