Html Css Color HEX #686961 Siam

📋 copy color: '#686961'

red 104 ◦ green 105 ◦ blue 97

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

Shades of Siam #686961

Tints of Siam #686961

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.31%

 BLUE value IS 97 (38.28% from 255) = 31.7%

R = 33.99%
G = 34.31%
B = 31.7%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#686961 (or 0x686961) is known color: Siam. HEX triplet: 68, 69 and 61. RGB value is (104,105,97). Sum of RGB (Red+Green+Blue) = 104+105+97=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 97 (38.28% from 255 or 31.70% from 306); Max value from RGB is 105 - color contains mainly: green. Hex color #686961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686961 is #97969E. Grayscale: #676767. Windows color (decimal): -9934495 or 6383976. OLE color: 6383976.

HSL color Cylindrical-coordinate representation of color #686961: hue angle of 67.5º degrees, saturation: 0.04, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #686961 is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 105 97 -
CMYK 0.01 0 0.08 0.59
HSL 67.5º 0.04% 0.4% -
HSV(B) 67.5º 0.08% 0.41% -
XYZ 12.92 13.91 13.31 -
YUV 103.79 124.17 128.15 -
System Red Green Blue C M Y K H S L
Decimal 104 105 97 0.01 0 0.08 0.59 67.5 0.04 0.4
Hex 68 69 61 1 0 8 3B 44 4 28
Octal 150 151 141 1 0 10 73 104 4 50
Binary 1101000 1101001 1100001 1 0 1000 111011 1000100 100 101000

Color Harmonies of #686961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686961

Black with #686961

Text Example


Text Example

White with #686961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686961; }

 p { color: rgb(104,105,97); }

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

background-color css

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

 a { background-color: rgb(104,105,97); }

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

border-color css

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

 span { border-color: rgb(104,105,97); }

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