Html Css Color HEX #685971 Rum

📋 copy color: '#685971'

red 104 ◦ green 89 ◦ blue 113

#685971
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rum #685971

Tints of Rum #685971

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 value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#685971 (or 0x685971) is known color: 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

RGB 104 89 113 -
CMYK 0.08 0.21 0 0.56
HSL 277.5º 0.12% 0.4% -
HSV(B) 277.5º 0.21% 0.44% -
XYZ 12.26 11.28 17.15 -
YUV 96.22 137.47 133.55 -
System Red Green Blue C M Y K H S L
Decimal 104 89 113 0.08 0.21 0 0.56 277.5 0.12 0.4
Hex 68 59 71 8 15 0 38 116 C 28
Octal 150 131 161 10 25 0 70 426 14 50
Binary 1101000 1011001 1110001 1000 10101 0 111000 100010110 1100 101000

Color Harmonies of #685971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685971

Black with #685971

Text Example


Text Example

White with #685971

Text Example


Text Example

HTML Codes & Css Web 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>