#6C8469

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

Shades of Xanadu #6C8469

Tints of Xanadu #6C8469

Color information

#6C8469 (or 0x6C8469) is unknown color: approx Xanadu. HEX triplet: 6C, 84 and 69. RGB value is (108,132,105). Sum of RGB (Red+Green+Blue) = 108+132+105=345 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.30% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 132 - color contains mainly: green. Hex color #6C8469 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8469 is #937B96. Grayscale: #797979. Windows color (decimal): -9665431 or 6915180. OLE color: 6915180.

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

Color convert

RGB108132105-
CMYK0.1800.200.48
HSL113.33º11.39%46.47%-
HSV(B)113.33º20.45%51.76%-
XYZ16.9920.7116.47-
YUV121.75118.55118.2-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.30%
GREEN value IS 132 (51.95% from 255) = 38.26%
BLUE value IS 105 (41.41% from 255) = 30.43%
R=31.30%
G=38.26%
B=30.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1081321050.1800.200.48113.3311.3946.47
Hex6C8469120143071b2e
Octal15420415122024601611356
Binary11011001000010011010011001001010011000011100011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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