Html Css Color HEX #685C6E Rum

📋 copy color: '#685C6E'

red 104 ◦ green 92 ◦ blue 110

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

Shades of Rum #685C6E

Tints of Rum #685C6E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.07%

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

R = 33.99%
G = 30.07%
B = 35.95%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#685C6E (or 0x685C6E) is known color: Rum. HEX triplet: 68, 5C and 6E. RGB value is (104,92,110). Sum of RGB (Red+Green+Blue) = 104+92+110=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 110 - color contains mainly: blue. Hex color #685C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685C6E is #97A391. Grayscale: #616161. Windows color (decimal): -9937810 or 7232616. OLE color: 7232616.

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

Color convert

RGB 104 92 110 -
CMYK 0.05 0.16 0 0.57
HSL 280º 0.09% 0.4% -
HSV(B) 280º 0.16% 0.43% -
XYZ 12.35 11.72 16.36 -
YUV 97.64 134.98 132.54 -
System Red Green Blue C M Y K H S L
Decimal 104 92 110 0.05 0.16 0 0.57 280 0.09 0.4
Hex 68 5C 6E 5 10 0 39 118 9 28
Octal 150 134 156 5 20 0 71 430 11 50
Binary 1101000 1011100 1101110 101 10000 0 111001 100011000 1001 101000

Color Harmonies of #685C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685C6E

Black with #685C6E

Text Example


Text Example

White with #685C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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