Html Css Color HEX #686B5A Siam

📋 copy color: '#686B5A'

red 104 ◦ green 107 ◦ blue 90

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

Shades of Siam #686B5A

Tints of Siam #686B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.9%

R = 34.55%
G = 35.55%
B = 29.9%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#686B5A (or 0x686B5A) is known color: Siam. HEX triplet: 68, 6B and 5A. RGB value is (104,107,90). Sum of RGB (Red+Green+Blue) = 104+107+90=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 107 (42.19% from 255 or 35.55% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 107 - color contains mainly: green. Hex color #686B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686B5A is #9794A5. Grayscale: #686868. Windows color (decimal): -9933990 or 5925736. OLE color: 5925736.

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

Color convert

RGB 104 107 90 -
CMYK 0.03 0 0.16 0.58
HSL 70.59º 0.09% 0.39% -
HSV(B) 70.59º 0.16% 0.42% -
XYZ 12.81 14.2 11.74 -
YUV 104.17 120.01 127.88 -
System Red Green Blue C M Y K H S L
Decimal 104 107 90 0.03 0 0.16 0.58 70.59 0.09 0.39
Hex 68 6B 5A 3 0 10 3A 47 9 27
Octal 150 153 132 3 0 20 72 107 11 47
Binary 1101000 1101011 1011010 11 0 10000 111010 1000111 1001 100111

Color Harmonies of #686B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686B5A

Black with #686B5A

Text Example


Text Example

White with #686B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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