#6F856C

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

Shades of Xanadu #6F856C

Tints of Xanadu #6F856C

Color information

#6F856C (or 0x6F856C) is unknown color: approx Xanadu. HEX triplet: 6F, 85 and 6C. RGB value is (111,133,108). Sum of RGB (Red+Green+Blue) = 111+133+108=352 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.53% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 133 - color contains mainly: green. Hex color #6F856C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F856C is #907A93. Grayscale: #7B7B7B. Windows color (decimal): -9468564 or 7112047. OLE color: 7112047.

HSL color Cylindrical-coordinate representation of color #6F856C: hue angle of 112.8º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6F856C is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB111133108-
CMYK0.1700.190.48
HSL112.8º10.37%47.25%-
HSV(B)112.8º18.8%52.16%-
XYZ17.6521.2417.36-
YUV123.57119.21119.03-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.53%
GREEN value IS 133 (52.34% from 255) = 37.78%
BLUE value IS 108 (42.58% from 255) = 30.68%
R=31.53%
G=37.78%
B=30.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1111331080.1700.190.48112.810.3747.25
Hex6F856C110133071a2f
Octal15720515421023601611257
Binary11011111000010111011001000101001111000011100011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F856C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,133,108); }

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

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

 a { background-color: rgb(111,133,108); }

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

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

 span { border-color: rgb(111,133,108); }

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