#6D7968

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

Shades of Xanadu #6D7968

Tints of Xanadu #6D7968

Color information

#6D7968 (or 0x6D7968) is unknown color: approx Xanadu. HEX triplet: 6D, 79 and 68. RGB value is (109,121,104). Sum of RGB (Red+Green+Blue) = 109+121+104=334 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.63% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 121 - color contains mainly: green. Hex color #6D7968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7968 is #928697. Grayscale: #737373. Windows color (decimal): -9602712 or 6846829. OLE color: 6846829.

HSL color Cylindrical-coordinate representation of color #6D7968: hue angle of 102.35º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6D7968 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB109121104-
CMYK0.1000.140.53
HSL102.35º7.56%44.12%-
HSV(B)102.35º14.05%47.45%-
XYZ15.6417.9315.73-
YUV115.47121.52123.38-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.63%
GREEN value IS 121 (47.66% from 255) = 36.23%
BLUE value IS 104 (41.02% from 255) = 31.14%
R=32.63%
G=36.23%
B=31.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1091211040.1000.140.53102.357.5644.12
Hex6D7968A0E356682c
Octal15517115012016651461054
Binary11011011111001110100010100111011010111001101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,121,104); }

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

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

 a { background-color: rgb(109,121,104); }

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

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

 span { border-color: rgb(109,121,104); }

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