#6F856A

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

Shades of Xanadu #6F856A

Tints of Xanadu #6F856A

Color information

#6F856A (or 0x6F856A) is unknown color: approx Xanadu. HEX triplet: 6F, 85 and 6A. RGB value is (111,133,106). Sum of RGB (Red+Green+Blue) = 111+133+106=350 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.71% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 133 - color contains mainly: green. Hex color #6F856A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F856A is #907A95. Grayscale: #7B7B7B. Windows color (decimal): -9468566 or 6980975. OLE color: 6980975.

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

Color convert

RGB111133106-
CMYK0.1700.200.48
HSL108.89º11.3%46.86%-
HSV(B)108.89º20.3%52.16%-
XYZ17.5421.216.8-
YUV123.34118.21119.2-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.71%
GREEN value IS 133 (52.34% from 255) = 38%
BLUE value IS 106 (41.80% from 255) = 30.29%
R=31.71%
G=38%
B=30.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1111331060.1700.200.48108.8911.346.86
Hex6F856A11014306db2f
Octal15720515221024601551357
Binary11011111000010111010101000101010011000011011011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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