#6C7A69

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

Shades of Xanadu #6C7A69

Tints of Xanadu #6C7A69

Color information

#6C7A69 (or 0x6C7A69) is unknown color: approx Xanadu. HEX triplet: 6C, 7A and 69. RGB value is (108,122,105). Sum of RGB (Red+Green+Blue) = 108+122+105=335 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.24% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 122 - color contains mainly: green. Hex color #6C7A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7A69 is #938596. Grayscale: #737373. Windows color (decimal): -9667991 or 6912620. OLE color: 6912620.

HSL color Cylindrical-coordinate representation of color #6C7A69: hue angle of 109.41º 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 #6C7A69 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.52.

Color convert

RGB108122105-
CMYK0.1100.140.52
HSL109.41º7.49%44.51%-
HSV(B)109.41º13.93%47.84%-
XYZ15.6918.1316.04-
YUV115.88121.86122.38-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.24%
GREEN value IS 122 (48.05% from 255) = 36.42%
BLUE value IS 105 (41.41% from 255) = 31.34%
R=32.24%
G=36.42%
B=31.34%

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
Decimal1081221050.1100.140.52109.417.4944.51
Hex6C7A69B0E346d72d
Octal1541721511301664155755
Binary1101100111101011010011011011101101001101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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