Html Css Color HEX #686A5E Siam

📋 copy color: '#686A5E'

red 104 ◦ green 106 ◦ blue 94

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

Shades of Siam #686A5E

Tints of Siam #686A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.92%

R = 34.21%
G = 34.87%
B = 30.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#686A5E (or 0x686A5E) is known color: Siam. HEX triplet: 68, 6A and 5E. RGB value is (104,106,94). Sum of RGB (Red+Green+Blue) = 104+106+94=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 106 (41.80% from 255 or 34.87% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 106 - color contains mainly: green. Hex color #686A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686A5E is #9795A1. Grayscale: #686868. Windows color (decimal): -9934242 or 6187624. OLE color: 6187624.

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

Color convert

RGB 104 106 94 -
CMYK 0.02 0 0.11 0.58
HSL 70º 0.06% 0.39% -
HSV(B) 70º 0.11% 0.42% -
XYZ 12.88 14.06 12.62 -
YUV 104.03 122.34 127.98 -
System Red Green Blue C M Y K H S L
Decimal 104 106 94 0.02 0 0.11 0.58 70 0.06 0.39
Hex 68 6A 5E 2 0 B 3A 46 6 27
Octal 150 152 136 2 0 13 72 106 6 47
Binary 1101000 1101010 1011110 10 0 1011 111010 1000110 110 100111

Color Harmonies of #686A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686A5E

Black with #686A5E

Text Example


Text Example

White with #686A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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