#6F846C

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

Shades of Xanadu #6F846C

Tints of Xanadu #6F846C

Color information

#6F846C (or 0x6F846C) is unknown color: approx Xanadu. HEX triplet: 6F, 84 and 6C. RGB value is (111,132,108). Sum of RGB (Red+Green+Blue) = 111+132+108=351 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.62% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 132 - color contains mainly: green. Hex color #6F846C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F846C is #907B93. Grayscale: #7B7B7B. Windows color (decimal): -9468820 or 7111791. OLE color: 7111791.

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

Color convert

RGB111132108-
CMYK0.1600.180.48
HSL112.5º10%47.06%-
HSV(B)112.5º18.18%51.76%-
XYZ17.5120.9617.31-
YUV122.98119.54119.45-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.62%
GREEN value IS 132 (51.95% from 255) = 37.61%
BLUE value IS 108 (42.58% from 255) = 30.77%
R=31.62%
G=37.61%
B=30.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1111321080.1600.180.48112.51047.06
Hex6F846C100123070a2f
Octal15720415420022601601257
Binary11011111000010011011001000001001011000011100001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F846C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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