#6D7C68

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

Shades of Xanadu #6D7C68

Tints of Xanadu #6D7C68

Color information

#6D7C68 (or 0x6D7C68) is unknown color: approx Xanadu. HEX triplet: 6D, 7C and 68. RGB value is (109,124,104). Sum of RGB (Red+Green+Blue) = 109+124+104=337 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.34% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 124 - color contains mainly: green. Hex color #6D7C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7C68 is #928397. Grayscale: #757575. Windows color (decimal): -9601944 or 6847597. OLE color: 6847597.

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

Color convert

RGB109124104-
CMYK0.1200.160.51
HSL105º8.77%44.71%-
HSV(B)105º16.13%48.63%-
XYZ16.0118.6715.86-
YUV117.23120.53122.13-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.34%
GREEN value IS 124 (48.83% from 255) = 36.80%
BLUE value IS 104 (41.02% from 255) = 30.86%
R=32.34%
G=36.80%
B=30.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1091241040.1200.160.511058.7744.71
Hex6D7C68C010336992d
Octal15517415014020631511155
Binary110110111111001101000110001000011001111010011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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