#6B8363

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

Shades of Xanadu #6B8363

Tints of Xanadu #6B8363

Color information

#6B8363 (or 0x6B8363) is unknown color: approx Xanadu. HEX triplet: 6B, 83 and 63. RGB value is (107,131,99). Sum of RGB (Red+Green+Blue) = 107+131+99=337 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.75% from 337); Green value is 131 (51.56% from 255 or 38.87% from 337); Blue value is 99 (39.06% from 255 or 29.38% from 337); Max value from RGB is 131 - color contains mainly: green. Hex color #6B8363 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8363 is #947C9C. Grayscale: #787878. Windows color (decimal): -9731229 or 6521707. OLE color: 6521707.

HSL color Cylindrical-coordinate representation of color #6B8363: hue angle of 105º degrees, saturation: 0.14, 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 #6B8363 is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB10713199-
CMYK0.1800.240.49
HSL105º13.91%45.1%-
HSV(B)105º24.43%51.37%-
XYZ16.4320.2614.85-
YUV120.18116.05118.6-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.75%
GREEN value IS 131 (51.56% from 255) = 38.87%
BLUE value IS 99 (39.06% from 255) = 29.38%
R=31.75%
G=38.87%
B=29.38%

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
Decimal107131990.1800.240.4910513.9145.1
Hex6B8363120183169e2d
Octal15320314322030611511655
Binary11010111000001111000111001001100011000111010011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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