Html Css Color HEX #686A58 Siam

📋 copy color: '#686A58'

red 104 ◦ green 106 ◦ blue 88

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

Shades of Siam #686A58

Tints of Siam #686A58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 29.53%

R = 34.9%
G = 35.57%
B = 29.53%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.58

RGB Variations

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

Color information

#686A58 (or 0x686A58) is known color: Siam. HEX triplet: 68, 6A and 58. RGB value is (104,106,88). Sum of RGB (Red+Green+Blue) = 104+106+88=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 106 (41.80% from 255 or 35.57% from 298); Blue value is 88 (34.77% from 255 or 29.53% from 298); Max value from RGB is 106 - color contains mainly: green. Hex color #686A58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686A58 is #9795A7. Grayscale: #676767. Windows color (decimal): -9934248 or 5794408. OLE color: 5794408.

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

Color convert

RGB 104 106 88 -
CMYK 0.02 0 0.17 0.58
HSL 66.67º 0.09% 0.38% -
HSV(B) 66.67º 0.17% 0.42% -
XYZ 12.62 13.96 11.26 -
YUV 103.35 119.34 128.46 -
System Red Green Blue C M Y K H S L
Decimal 104 106 88 0.02 0 0.17 0.58 66.67 0.09 0.38
Hex 68 6A 58 2 0 11 3A 43 9 26
Octal 150 152 130 2 0 21 72 103 11 46
Binary 1101000 1101010 1011000 10 0 10001 111010 1000011 1001 100110

Color Harmonies of #686A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686A58

Black with #686A58

Text Example


Text Example

White with #686A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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