#6D786B

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

Shades of Xanadu #6D786B

Tints of Xanadu #6D786B

Color information

#6D786B (or 0x6D786B) is unknown color: approx Xanadu. HEX triplet: 6D, 78 and 6B. RGB value is (109,120,107). Sum of RGB (Red+Green+Blue) = 109+120+107=336 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.44% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 120 - color contains mainly: green. Hex color #6D786B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D786B is #928794. Grayscale: #737373. Windows color (decimal): -9602965 or 7043181. OLE color: 7043181.

HSL color Cylindrical-coordinate representation of color #6D786B: hue angle of 110.77º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6D786B is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB109120107-
CMYK0.0900.110.53
HSL110.77º5.73%44.51%-
HSV(B)110.77º10.83%47.06%-
XYZ15.6817.7516.51-
YUV115.23123.36123.56-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.44%
GREEN value IS 120 (47.27% from 255) = 35.71%
BLUE value IS 107 (42.19% from 255) = 31.85%
R=32.44%
G=35.71%
B=31.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1091201070.0900.110.53110.775.7344.51
Hex6D786B90B356f62d
Octal1551701531101365157655
Binary1101101111100011010111001010111101011101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D786B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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