Html Css Color HEX #686D5B Siam

📋 copy color: '#686D5B'

red 104 ◦ green 109 ◦ blue 91

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

Shades of Siam #686D5B

Tints of Siam #686D5B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.86%

 BLUE value IS 91 (35.94% from 255) = 29.93%

R = 34.21%
G = 35.86%
B = 29.93%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#686D5B (or 0x686D5B) is known color: Siam. HEX triplet: 68, 6D and 5B. RGB value is (104,109,91). Sum of RGB (Red+Green+Blue) = 104+109+91=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 109 - color contains mainly: green. Hex color #686D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686D5B is #9792A4. Grayscale: #696969. Windows color (decimal): -9933477 or 5991784. OLE color: 5991784.

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

Color convert

RGB 104 109 91 -
CMYK 0.05 0 0.17 0.57
HSL 76.67º 0.09% 0.39% -
HSV(B) 76.67º 0.17% 0.43% -
XYZ 13.07 14.64 12.03 -
YUV 105.45 119.84 126.96 -
System Red Green Blue C M Y K H S L
Decimal 104 109 91 0.05 0 0.17 0.57 76.67 0.09 0.39
Hex 68 6D 5B 5 0 11 39 4D 9 27
Octal 150 155 133 5 0 21 71 115 11 47
Binary 1101000 1101101 1011011 101 0 10001 111001 1001101 1001 100111

Color Harmonies of #686D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686D5B

Black with #686D5B

Text Example


Text Example

White with #686D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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