Html Css Color HEX #686A5D Siam

📋 copy color: '#686A5D'

red 104 ◦ green 106 ◦ blue 93

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

Shades of Siam #686A5D

Tints of Siam #686A5D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.98%

 BLUE value IS 93 (36.72% from 255) = 30.69%

R = 34.32%
G = 34.98%
B = 30.69%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#686A5D (or 0x686A5D) is known color: Siam. HEX triplet: 68, 6A and 5D. RGB value is (104,106,93). Sum of RGB (Red+Green+Blue) = 104+106+93=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 106 - color contains mainly: green. Hex color #686A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686A5D is #9795A2. Grayscale: #676767. Windows color (decimal): -9934243 or 6122088. OLE color: 6122088.

HSL color Cylindrical-coordinate representation of color #686A5D: hue angle of 69.23º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #686A5D is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB 104 106 93 -
CMYK 0.02 0 0.12 0.58
HSL 69.23º 0.07% 0.39% -
HSV(B) 69.23º 0.12% 0.42% -
XYZ 12.84 14.04 12.39 -
YUV 103.92 121.84 128.06 -
System Red Green Blue C M Y K H S L
Decimal 104 106 93 0.02 0 0.12 0.58 69.23 0.07 0.39
Hex 68 6A 5D 2 0 C 3A 45 7 27
Octal 150 152 135 2 0 14 72 105 7 47
Binary 1101000 1101010 1011101 10 0 1100 111010 1000101 111 100111

Color Harmonies of #686A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686A5D

Black with #686A5D

Text Example


Text Example

White with #686A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686A5D; }

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

 H1.HeaderClassName
 {
   color: #686A5D;
 }
 .AnyTagClassName
 {
   color: #686A5D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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