#6B8364

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

Shades of Xanadu #6B8364

Tints of Xanadu #6B8364

Color information

#6B8364 (or 0x6B8364) is unknown color: approx Xanadu. HEX triplet: 6B, 83 and 64. RGB value is (107,131,100). Sum of RGB (Red+Green+Blue) = 107+131+100=338 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.66% from 338); Green value is 131 (51.56% from 255 or 38.76% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 131 - color contains mainly: green. Hex color #6B8364 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8364 is #947C9B. Grayscale: #787878. Windows color (decimal): -9731228 or 6587243. OLE color: 6587243.

HSL color Cylindrical-coordinate representation of color #6B8364: hue angle of 106.45º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6B8364 is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB107131100-
CMYK0.1800.240.49
HSL106.45º13.42%45.29%-
HSV(B)106.45º23.66%51.37%-
XYZ16.4820.2815.1-
YUV120.29116.55118.52-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.66%
GREEN value IS 131 (51.56% from 255) = 38.76%
BLUE value IS 100 (39.45% from 255) = 29.59%
R=31.66%
G=38.76%
B=29.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1071311000.1800.240.49106.4513.4245.29
Hex6B836412018316ad2d
Octal15320314422030611521555
Binary11010111000001111001001001001100011000111010101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,131,100); }

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

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

 a { background-color: rgb(107,131,100); }

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

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

 span { border-color: rgb(107,131,100); }

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