Html Css Color HEX #686C50 Siam

📋 copy color: '#686C50'

red 104 ◦ green 108 ◦ blue 80

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

Shades of Siam #686C50

Tints of Siam #686C50

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.99%

 BLUE value IS 80 (31.64% from 255) = 27.4%

R = 35.62%
G = 36.99%
B = 27.4%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.58

RGB Variations

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

Color information

#686C50 (or 0x686C50) is known color: Siam. HEX triplet: 68, 6C and 50. RGB value is (104,108,80). Sum of RGB (Red+Green+Blue) = 104+108+80=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 108 (42.58% from 255 or 36.99% from 292); Blue value is 80 (31.64% from 255 or 27.40% from 292); Max value from RGB is 108 - color contains mainly: green. Hex color #686C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686C50 is #9793AF. Grayscale: #676767. Windows color (decimal): -9933744 or 5270632. OLE color: 5270632.

HSL color Cylindrical-coordinate representation of color #686C50: hue angle of 68.57º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #686C50 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB 104 108 80 -
CMYK 0.04 0 0.26 0.58
HSL 68.57º 0.15% 0.37% -
HSV(B) 68.57º 0.26% 0.42% -
XYZ 12.52 14.25 9.68 -
YUV 103.61 114.67 128.28 -
System Red Green Blue C M Y K H S L
Decimal 104 108 80 0.04 0 0.26 0.58 68.57 0.15 0.37
Hex 68 6C 50 4 0 1A 3A 45 F 25
Octal 150 154 120 4 0 32 72 105 17 45
Binary 1101000 1101100 1010000 100 0 11010 111010 1000101 1111 100101

Color Harmonies of #686C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686C50

Black with #686C50

Text Example


Text Example

White with #686C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,108,80); }

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

background-color css

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

 a { background-color: rgb(104,108,80); }

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

border-color css

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

 span { border-color: rgb(104,108,80); }

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