Html Css Color HEX #686A4F Siam

📋 copy color: '#686A4F'

red 104 ◦ green 106 ◦ blue 79

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

Shades of Siam #686A4F

Tints of Siam #686A4F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.68%

 BLUE value IS 79 (31.25% from 255) = 27.34%

R = 35.99%
G = 36.68%
B = 27.34%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#686A4F (or 0x686A4F) is known color: Siam. HEX triplet: 68, 6A and 4F. RGB value is (104,106,79). Sum of RGB (Red+Green+Blue) = 104+106+79=289 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.99% from 289); Green value is 106 (41.80% from 255 or 36.68% from 289); Blue value is 79 (31.25% from 255 or 27.34% from 289); Max value from RGB is 106 - color contains mainly: green. Hex color #686A4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686A4F is #9795B0. Grayscale: #666666. Windows color (decimal): -9934257 or 5204584. OLE color: 5204584.

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

Color convert

RGB 104 106 79 -
CMYK 0.02 0 0.25 0.58
HSL 64.44º 0.15% 0.36% -
HSV(B) 64.44º 0.25% 0.42% -
XYZ 12.27 13.82 9.42 -
YUV 102.32 114.84 129.2 -
System Red Green Blue C M Y K H S L
Decimal 104 106 79 0.02 0 0.25 0.58 64.44 0.15 0.36
Hex 68 6A 4F 2 0 19 3A 40 F 24
Octal 150 152 117 2 0 31 72 100 17 44
Binary 1101000 1101010 1001111 10 0 11001 111010 1000000 1111 100100

Color Harmonies of #686A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686A4F

Black with #686A4F

Text Example


Text Example

White with #686A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,106,79); }

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

background-color css

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

 a { background-color: rgb(104,106,79); }

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

border-color css

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

 span { border-color: rgb(104,106,79); }

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