#6D7869

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

Shades of Xanadu #6D7869

Tints of Xanadu #6D7869

Color information

#6D7869 (or 0x6D7869) is unknown color: approx Xanadu. HEX triplet: 6D, 78 and 69. RGB value is (109,120,105). Sum of RGB (Red+Green+Blue) = 109+120+105=334 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.63% from 334); Green value is 120 (47.27% from 255 or 35.93% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 120 - color contains mainly: green. Hex color #6D7869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7869 is #928796. Grayscale: #737373. Windows color (decimal): -9602967 or 6912109. OLE color: 6912109.

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

Color convert

RGB109120105-
CMYK0.0900.130.53
HSL104º6.67%44.12%-
HSV(B)104º12.5%47.06%-
XYZ15.5717.715.96-
YUV115122.36123.72-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.63%
GREEN value IS 120 (47.27% from 255) = 35.93%
BLUE value IS 105 (41.41% from 255) = 31.44%
R=32.63%
G=35.93%
B=31.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1091201050.0900.130.531046.6744.12
Hex6D786990D356872c
Octal1551701511101565150754
Binary1101101111100011010011001011011101011101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,120,105); }

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

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

 a { background-color: rgb(109,120,105); }

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

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

 span { border-color: rgb(109,120,105); }

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