Html Css Color HEX #686B5E Siam

📋 copy color: '#686B5E'

red 104 ◦ green 107 ◦ blue 94

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

Shades of Siam #686B5E

Tints of Siam #686B5E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.08%

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

R = 34.1%
G = 35.08%
B = 30.82%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#686B5E (or 0x686B5E) is known color: Siam. HEX triplet: 68, 6B and 5E. RGB value is (104,107,94). Sum of RGB (Red+Green+Blue) = 104+107+94=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 107 (42.19% from 255 or 35.08% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 107 - color contains mainly: green. Hex color #686B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686B5E is #9794A1. Grayscale: #686868. Windows color (decimal): -9933986 or 6187880. OLE color: 6187880.

HSL color Cylindrical-coordinate representation of color #686B5E: hue angle of 73.85º degrees, saturation: 0.06, 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 #686B5E is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB 104 107 94 -
CMYK 0.03 0 0.12 0.58
HSL 73.85º 0.06% 0.39% -
HSV(B) 73.85º 0.12% 0.42% -
XYZ 12.99 14.27 12.66 -
YUV 104.62 122.01 127.56 -
System Red Green Blue C M Y K H S L
Decimal 104 107 94 0.03 0 0.12 0.58 73.85 0.06 0.39
Hex 68 6B 5E 3 0 C 3A 4A 6 27
Octal 150 153 136 3 0 14 72 112 6 47
Binary 1101000 1101011 1011110 11 0 1100 111010 1001010 110 100111

Color Harmonies of #686B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686B5E

Black with #686B5E

Text Example


Text Example

White with #686B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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