Html Css Color HEX #686B55 Siam

📋 copy color: '#686B55'

red 104 ◦ green 107 ◦ blue 85

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

Shades of Siam #686B55

Tints of Siam #686B55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 28.72%

R = 35.14%
G = 36.15%
B = 28.72%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.21

 K value IS 0.58

RGB Variations

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

Color information

#686B55 (or 0x686B55) is known color: Siam. HEX triplet: 68, 6B and 55. RGB value is (104,107,85). Sum of RGB (Red+Green+Blue) = 104+107+85=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 107 (42.19% from 255 or 36.15% from 296); Blue value is 85 (33.59% from 255 or 28.72% from 296); Max value from RGB is 107 - color contains mainly: green. Hex color #686B55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686B55 is #9794AA. Grayscale: #676767. Windows color (decimal): -9933995 or 5598056. OLE color: 5598056.

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

Color convert

RGB 104 107 85 -
CMYK 0.03 0 0.21 0.58
HSL 68.18º 0.11% 0.38% -
HSV(B) 68.18º 0.21% 0.42% -
XYZ 12.61 14.11 10.65 -
YUV 103.6 117.51 128.29 -
System Red Green Blue C M Y K H S L
Decimal 104 107 85 0.03 0 0.21 0.58 68.18 0.11 0.38
Hex 68 6B 55 3 0 15 3A 44 B 26
Octal 150 153 125 3 0 25 72 104 13 46
Binary 1101000 1101011 1010101 11 0 10101 111010 1000100 1011 100110

Color Harmonies of #686B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686B55

Black with #686B55

Text Example


Text Example

White with #686B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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