#6D786A

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

Shades of Xanadu #6D786A

Tints of Xanadu #6D786A

Color information

#6D786A (or 0x6D786A) is unknown color: approx Xanadu. HEX triplet: 6D, 78 and 6A. RGB value is (109,120,106). Sum of RGB (Red+Green+Blue) = 109+120+106=335 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.54% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 120 - color contains mainly: green. Hex color #6D786A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D786A is #928795. Grayscale: #737373. Windows color (decimal): -9602966 or 6977645. OLE color: 6977645.

HSL color Cylindrical-coordinate representation of color #6D786A: hue angle of 107.14º degrees, saturation: 0.06, 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 #6D786A is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB109120106-
CMYK0.0900.120.53
HSL107.14º6.19%44.31%-
HSV(B)107.14º11.67%47.06%-
XYZ15.6217.7216.23-
YUV115.12122.86123.64-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.54%
GREEN value IS 120 (47.27% from 255) = 35.82%
BLUE value IS 106 (41.80% from 255) = 31.64%
R=32.54%
G=35.82%
B=31.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1091201060.0900.120.53107.146.1944.31
Hex6D786A90C356b62c
Octal1551701521101465153654
Binary1101101111100011010101001011001101011101011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D786A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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