#6B8263

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

Shades of Xanadu #6B8263

Tints of Xanadu #6B8263

Color information

#6B8263 (or 0x6B8263) is unknown color: approx Xanadu. HEX triplet: 6B, 82 and 63. RGB value is (107,130,99). Sum of RGB (Red+Green+Blue) = 107+130+99=336 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.85% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 130 - color contains mainly: green. Hex color #6B8263 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8263 is #947D9C. Grayscale: #777777. Windows color (decimal): -9731485 or 6521451. OLE color: 6521451.

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

Color convert

RGB10713099-
CMYK0.1800.240.49
HSL104.52º13.54%44.9%-
HSV(B)104.52º23.85%50.98%-
XYZ16.319.9914.8-
YUV119.59116.38119.02-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.85%
GREEN value IS 130 (51.17% from 255) = 38.69%
BLUE value IS 99 (39.06% from 255) = 29.46%
R=31.85%
G=38.69%
B=29.46%

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
Decimal107130990.1800.240.49104.5213.5444.9
Hex6B8263120183169e2d
Octal15320214322030611511655
Binary11010111000001011000111001001100011000111010011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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