Html Css Color HEX #685B6F Rum

📋 copy color: '#685B6F'

red 104 ◦ green 91 ◦ blue 111

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

Shades of Rum #685B6F

Tints of Rum #685B6F

RGB

 RED value IS 104 (41.02% from 255) = 33.99%

 GREEN value IS 91 (35.94% from 255) = 29.74%

 BLUE value IS 111 (43.75% from 255) = 36.27%

R = 33.99%
G = 29.74%
B = 36.27%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#685B6F (or 0x685B6F) is known color: Rum. HEX triplet: 68, 5B and 6F. RGB value is (104,91,111). Sum of RGB (Red+Green+Blue) = 104+91+111=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 91 (35.94% from 255 or 29.74% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 111 - color contains mainly: blue. Hex color #685B6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685B6F is #97A490. Grayscale: #616161. Windows color (decimal): -9938065 or 7297896. OLE color: 7297896.

HSL color Cylindrical-coordinate representation of color #685B6F: hue angle of 279º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #685B6F is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 91 111 -
CMYK 0.06 0.18 0 0.56
HSL 279º 0.1% 0.4% -
HSV(B) 279º 0.18% 0.44% -
XYZ 12.32 11.57 16.62 -
YUV 97.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 104 91 111 0.06 0.18 0 0.56 279 0.1 0.4
Hex 68 5B 6F 6 12 0 38 117 A 28
Octal 150 133 157 6 22 0 70 427 12 50
Binary 1101000 1011011 1101111 110 10010 0 111000 100010111 1010 101000

Color Harmonies of #685B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685B6F

Black with #685B6F

Text Example


Text Example

White with #685B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685B6F; }

 p { color: rgb(104,91,111); }

 H1.HeaderClassName
 {
   color: #685B6F;
 }
 .AnyTagClassName
 {
   color: #685B6F;
 }
</style>

background-color css

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

 a { background-color: rgb(104,91,111); }

 div.DivClassName
 {
   background-color: #685B6F;
 }
 .BgClassName
 {
   background-color: #685B6F;
 }
</style>

border-color css

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

 span { border-color: rgb(104,91,111); }

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