Html Css Color HEX #686964 Siam

📋 copy color: '#686964'

red 104 ◦ green 105 ◦ blue 100

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

Shades of Siam #686964

Tints of Siam #686964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 32.36%

R = 33.66%
G = 33.98%
B = 32.36%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#686964 (or 0x686964) is known color: Siam. HEX triplet: 68, 69 and 64. RGB value is (104,105,100). Sum of RGB (Red+Green+Blue) = 104+105+100=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 105 - color contains mainly: green. Hex color #686964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686964 is #97969B. Grayscale: #686868. Windows color (decimal): -9934492 or 6580584. OLE color: 6580584.

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

Color convert

RGB 104 105 100 -
CMYK 0.01 0 0.05 0.59
HSL 72º 0.02% 0.4% -
HSV(B) 72º 0.05% 0.41% -
XYZ 13.06 13.97 14.06 -
YUV 104.13 125.67 127.91 -
System Red Green Blue C M Y K H S L
Decimal 104 105 100 0.01 0 0.05 0.59 72 0.02 0.4
Hex 68 69 64 1 0 5 3B 48 2 28
Octal 150 151 144 1 0 5 73 110 2 50
Binary 1101000 1101001 1100100 1 0 101 111011 1001000 10 101000

Color Harmonies of #686964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686964

Black with #686964

Text Example


Text Example

White with #686964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686964; }

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

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

background-color css

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

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

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

border-color css

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

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

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