Html Css Color HEX #686B5C Siam

📋 copy color: '#686B5C'

red 104 ◦ green 107 ◦ blue 92

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

Shades of Siam #686B5C

Tints of Siam #686B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.36%

R = 34.32%
G = 35.31%
B = 30.36%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#686B5C (or 0x686B5C) is known color: Siam. HEX triplet: 68, 6B and 5C. RGB value is (104,107,92). Sum of RGB (Red+Green+Blue) = 104+107+92=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 107 (42.19% from 255 or 35.31% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 107 - color contains mainly: green. Hex color #686B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686B5C is #9794A3. Grayscale: #686868. Windows color (decimal): -9933988 or 6056808. OLE color: 6056808.

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

Color convert

RGB 104 107 92 -
CMYK 0.03 0 0.14 0.58
HSL 72º 0.08% 0.39% -
HSV(B) 72º 0.14% 0.42% -
XYZ 12.9 14.23 12.19 -
YUV 104.39 121.01 127.72 -
System Red Green Blue C M Y K H S L
Decimal 104 107 92 0.03 0 0.14 0.58 72 0.08 0.39
Hex 68 6B 5C 3 0 E 3A 48 8 27
Octal 150 153 134 3 0 16 72 110 10 47
Binary 1101000 1101011 1011100 11 0 1110 111010 1001000 1000 100111

Color Harmonies of #686B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686B5C

Black with #686B5C

Text Example


Text Example

White with #686B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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