#6B8465

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

Shades of Xanadu #6B8465

Tints of Xanadu #6B8465

Color information

#6B8465 (or 0x6B8465) is unknown color: approx Xanadu. HEX triplet: 6B, 84 and 65. RGB value is (107,132,101). Sum of RGB (Red+Green+Blue) = 107+132+101=340 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.47% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 132 - color contains mainly: green. Hex color #6B8465 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8465 is #947B9A. Grayscale: #797979. Windows color (decimal): -9730971 or 6653035. OLE color: 6653035.

HSL color Cylindrical-coordinate representation of color #6B8465: hue angle of 108.39º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6B8465 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB107132101-
CMYK0.1900.230.48
HSL108.39º13.3%45.69%-
HSV(B)108.39º23.48%51.76%-
XYZ16.6620.5715.4-
YUV120.99116.72118.02-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.47%
GREEN value IS 132 (51.95% from 255) = 38.82%
BLUE value IS 101 (39.84% from 255) = 29.71%
R=31.47%
G=38.82%
B=29.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1071321010.1900.230.48108.3913.345.69
Hex6B846513017306cd2e
Octal15320414523027601541556
Binary11010111000010011001011001101011111000011011001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,132,101); }

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

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

 a { background-color: rgb(107,132,101); }

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

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

 span { border-color: rgb(107,132,101); }

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