#6D7A69

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

Shades of Xanadu #6D7A69

Tints of Xanadu #6D7A69

Color information

#6D7A69 (or 0x6D7A69) is unknown color: approx Xanadu. HEX triplet: 6D, 7A and 69. RGB value is (109,122,105). Sum of RGB (Red+Green+Blue) = 109+122+105=336 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.44% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 105 (41.41% from 255 or 31.25% from 336); Max value from RGB is 122 - color contains mainly: green. Hex color #6D7A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7A69 is #928596. Grayscale: #747474. Windows color (decimal): -9602455 or 6912621. OLE color: 6912621.

HSL color Cylindrical-coordinate representation of color #6D7A69: hue angle of 105.88º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6D7A69 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.52.

Color convert

RGB109122105-
CMYK0.1100.140.52
HSL105.88º7.49%44.51%-
HSV(B)105.88º13.93%47.84%-
XYZ15.8218.1916.04-
YUV116.17121.69122.88-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.44%
GREEN value IS 122 (48.05% from 255) = 36.31%
BLUE value IS 105 (41.41% from 255) = 31.25%
R=32.44%
G=36.31%
B=31.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1091221050.1100.140.52105.887.4944.51
Hex6D7A69B0E346a72d
Octal1551721511301664152755
Binary1101101111101011010011011011101101001101010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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