Html Css Color HEX #686B5F Siam

📋 copy color: '#686B5F'

red 104 ◦ green 107 ◦ blue 95

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

Shades of Siam #686B5F

Tints of Siam #686B5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.05%

R = 33.99%
G = 34.97%
B = 31.05%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#686B5F (or 0x686B5F) is known color: Siam. HEX triplet: 68, 6B and 5F. RGB value is (104,107,95). Sum of RGB (Red+Green+Blue) = 104+107+95=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 107 (42.19% from 255 or 34.97% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 107 - color contains mainly: green. Hex color #686B5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686B5F is #9794A0. Grayscale: #686868. Windows color (decimal): -9933985 or 6253416. OLE color: 6253416.

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

Color convert

RGB 104 107 95 -
CMYK 0.03 0 0.11 0.58
HSL 75º 0.06% 0.4% -
HSV(B) 75º 0.11% 0.42% -
XYZ 13.03 14.28 12.9 -
YUV 104.74 122.51 127.48 -
System Red Green Blue C M Y K H S L
Decimal 104 107 95 0.03 0 0.11 0.58 75 0.06 0.4
Hex 68 6B 5F 3 0 B 3A 4B 6 28
Octal 150 153 137 3 0 13 72 113 6 50
Binary 1101000 1101011 1011111 11 0 1011 111010 1001011 110 101000

Color Harmonies of #686B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686B5F

Black with #686B5F

Text Example


Text Example

White with #686B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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