#685970

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

Shades of Rum #685970

Tints of Rum #685970

Color information

#685970 (or 0x685970) is unknown color: approx Rum. HEX triplet: 68, 59 and 70. RGB value is (104,89,112). Sum of RGB (Red+Green+Blue) = 104+89+112=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 112 - color contains mainly: blue. Hex color #685970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685970 is #97A68F. Grayscale: #606060. Windows color (decimal): -9938576 or 7362920. OLE color: 7362920.

HSL color Cylindrical-coordinate representation of color #685970: hue angle of 279.13º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #685970 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10489112-
CMYK0.070.2100.56
HSL279.13º11.44%39.41%-
HSV(B)279.13º20.54%43.92%-
XYZ12.2111.2616.86-
YUV96.11136.97133.63-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.10%
GREEN value IS 89 (35.16% from 255) = 29.18%
BLUE value IS 112 (44.14% from 255) = 36.72%
R=34.10%
G=29.18%
B=36.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104891120.070.2100.56279.1311.4439.41
Hex685970715038117b27
Octal1501311607250704271347
Binary1101000101100111100001111010101110001000101111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685970; }

 p { color: rgb(104,89,112); }

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

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

 a { background-color: rgb(104,89,112); }

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

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

 span { border-color: rgb(104,89,112); }

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