#6F7D69

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

Shades of Xanadu #6F7D69

Tints of Xanadu #6F7D69

Color information

#6F7D69 (or 0x6F7D69) is unknown color: approx Xanadu. HEX triplet: 6F, 7D and 69. RGB value is (111,125,105). Sum of RGB (Red+Green+Blue) = 111+125+105=341 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.55% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 125 - color contains mainly: green. Hex color #6F7D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7D69 is #908296. Grayscale: #767676. Windows color (decimal): -9470615 or 6913391. OLE color: 6913391.

HSL color Cylindrical-coordinate representation of color #6F7D69: hue angle of 102º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6F7D69 is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB111125105-
CMYK0.1100.160.51
HSL102º8.7%45.1%-
HSV(B)102º16%49.02%-
XYZ16.4419.0716.18-
YUV118.53120.36122.63-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.55%
GREEN value IS 125 (49.22% from 255) = 36.66%
BLUE value IS 105 (41.41% from 255) = 30.79%
R=32.55%
G=36.66%
B=30.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1111251050.1100.160.511028.745.1
Hex6F7D69B010336692d
Octal15717515113020631461155
Binary110111111111011101001101101000011001111001101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,125,105); }

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

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

 a { background-color: rgb(111,125,105); }

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

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

 span { border-color: rgb(111,125,105); }

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