Html Css Color HEX #685D6E Rum

📋 copy color: '#685D6E'

red 104 ◦ green 93 ◦ blue 110

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

Shades of Rum #685D6E

Tints of Rum #685D6E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.29%

 BLUE value IS 110 (43.36% from 255) = 35.83%

R = 33.88%
G = 30.29%
B = 35.83%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#685D6E (or 0x685D6E) is known color: Rum. HEX triplet: 68, 5D and 6E. RGB value is (104,93,110). Sum of RGB (Red+Green+Blue) = 104+93+110=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 93 (36.72% from 255 or 30.29% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 110 - color contains mainly: blue. Hex color #685D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685D6E is #97A291. Grayscale: #626262. Windows color (decimal): -9937554 or 7232872. OLE color: 7232872.

HSL color Cylindrical-coordinate representation of color #685D6E: hue angle of 278.82º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #685D6E is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 104 93 110 -
CMYK 0.05 0.15 0 0.57
HSL 278.82º 0.08% 0.4% -
HSV(B) 278.82º 0.15% 0.43% -
XYZ 12.44 11.9 16.39 -
YUV 98.23 134.64 132.12 -
System Red Green Blue C M Y K H S L
Decimal 104 93 110 0.05 0.15 0 0.57 278.82 0.08 0.4
Hex 68 5D 6E 5 F 0 39 117 8 28
Octal 150 135 156 5 17 0 71 427 10 50
Binary 1101000 1011101 1101110 101 1111 0 111001 100010111 1000 101000

Color Harmonies of #685D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685D6E

Black with #685D6E

Text Example


Text Example

White with #685D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,93,110); }

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

background-color css

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

 a { background-color: rgb(104,93,110); }

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

border-color css

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

 span { border-color: rgb(104,93,110); }

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