#6B895F

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

Shades of Xanadu #6B895F

Tints of Xanadu #6B895F

Color information

#6B895F (or 0x6B895F) is unknown color: approx Xanadu. HEX triplet: 6B, 89 and 5F. RGB value is (107,137,95). Sum of RGB (Red+Green+Blue) = 107+137+95=339 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.56% from 339); Green value is 137 (53.91% from 255 or 40.41% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 137 - color contains mainly: green. Hex color #6B895F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B895F is #9476A0. Grayscale: #7B7B7B. Windows color (decimal): -9729697 or 6261099. OLE color: 6261099.

HSL color Cylindrical-coordinate representation of color #6B895F: hue angle of 102.86º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B895F is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB10713795-
CMYK0.2200.310.46
HSL102.86º18.1%45.49%-
HSV(B)102.86º30.66%53.73%-
XYZ17.0721.8414.14-
YUV123.24112.06116.42-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.56%
GREEN value IS 137 (53.91% from 255) = 40.41%
BLUE value IS 95 (37.5% from 255) = 28.02%
R=31.56%
G=40.41%
B=28.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal107137950.2200.310.46102.8618.145.49
Hex6B895F1601F2E67122d
Octal15321113726037561472255
Binary110101110001001101111110110011111101110110011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B895F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,137,95); }

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

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

 a { background-color: rgb(107,137,95); }

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

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

 span { border-color: rgb(107,137,95); }

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