#6B8561

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

Shades of Xanadu #6B8561

Tints of Xanadu #6B8561

Color information

#6B8561 (or 0x6B8561) is unknown color: approx Xanadu. HEX triplet: 6B, 85 and 61. RGB value is (107,133,97). Sum of RGB (Red+Green+Blue) = 107+133+97=337 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.75% from 337); Green value is 133 (52.34% from 255 or 39.47% from 337); Blue value is 97 (38.28% from 255 or 28.78% from 337); Max value from RGB is 133 - color contains mainly: green. Hex color #6B8561 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8561 is #947A9E. Grayscale: #797979. Windows color (decimal): -9730719 or 6391147. OLE color: 6391147.

HSL color Cylindrical-coordinate representation of color #6B8561: hue angle of 103.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6B8561 is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB10713397-
CMYK0.2000.270.48
HSL103.33º15.65%45.1%-
HSV(B)103.33º27.07%52.16%-
XYZ16.6120.7614.44-
YUV121.12114.39117.93-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.75%
GREEN value IS 133 (52.34% from 255) = 39.47%
BLUE value IS 97 (38.28% from 255) = 28.78%
R=31.75%
G=39.47%
B=28.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal107133970.2000.270.48103.3315.6545.1
Hex6B85611401B3067102d
Octal15320514124033601472055
Binary110101110000101110000110100011011110000110011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,133,97); }

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

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

 a { background-color: rgb(107,133,97); }

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

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

 span { border-color: rgb(107,133,97); }

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