#6C8468

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

Shades of Xanadu #6C8468

Tints of Xanadu #6C8468

Color information

#6C8468 (or 0x6C8468) is unknown color: approx Xanadu. HEX triplet: 6C, 84 and 68. RGB value is (108,132,104). Sum of RGB (Red+Green+Blue) = 108+132+104=344 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.40% from 344); Green value is 132 (51.95% from 255 or 38.37% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 132 - color contains mainly: green. Hex color #6C8468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8468 is #937B97. Grayscale: #797979. Windows color (decimal): -9665432 or 6849644. OLE color: 6849644.

HSL color Cylindrical-coordinate representation of color #6C8468: hue angle of 111.43º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6C8468 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB108132104-
CMYK0.1800.210.48
HSL111.43º11.86%46.27%-
HSV(B)111.43º21.21%51.76%-
XYZ16.9320.6916.2-
YUV121.63118.05118.28-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.40%
GREEN value IS 132 (51.95% from 255) = 38.37%
BLUE value IS 104 (41.02% from 255) = 30.23%
R=31.40%
G=38.37%
B=30.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1081321040.1800.210.48111.4311.8646.27
Hex6C846812015306fc2e
Octal15420415022025601571456
Binary11011001000010011010001001001010111000011011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,132,104); }

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

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

 a { background-color: rgb(108,132,104); }

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

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

 span { border-color: rgb(108,132,104); }

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