#685971

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

Shades of Rum #685971

Tints of Rum #685971

Color information

#685971 (or 0x685971) is unknown color: approx Rum. HEX triplet: 68, 59 and 71. RGB value is (104,89,113). Sum of RGB (Red+Green+Blue) = 104+89+113=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 113 - color contains mainly: blue. Hex color #685971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685971 is #97A68E. Grayscale: #606060. Windows color (decimal): -9938575 or 7428456. OLE color: 7428456.

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

Color convert

RGB10489113-
CMYK0.080.2100.56
HSL277.5º11.88%39.61%-
HSV(B)277.5º21.24%44.31%-
XYZ12.2611.2817.15-
YUV96.22137.47133.55-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.99%
GREEN value IS 89 (35.16% from 255) = 29.08%
BLUE value IS 113 (44.53% from 255) = 36.93%
R=33.99%
G=29.08%
B=36.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104891130.080.2100.56277.511.8839.61
Hex685971815038116c28
Octal15013116110250704261450
Binary11010001011001111000110001010101110001000101101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685971; }

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

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

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

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

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

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

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

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