Html Css Color HEX #686164 Scorpion

📋 copy color: '#686164'

red 104 ◦ green 97 ◦ blue 100

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

Shades of Scorpion #686164

Tints of Scorpion #686164

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.23%

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

R = 34.55%
G = 32.23%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#686164 (or 0x686164) is known color: Scorpion. HEX triplet: 68, 61 and 64. RGB value is (104,97,100). Sum of RGB (Red+Green+Blue) = 104+97+100=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 104 - color contains mainly: red. Hex color #686164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686164 is #979E9B. Grayscale: #636363. Windows color (decimal): -9936540 or 6578536. OLE color: 6578536.

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

Color convert

RGB 104 97 100 -
CMYK 0 0.07 0.04 0.59
HSL 334.29º 0.03% 0.39% -
HSV(B) 334.29º 0.07% 0.41% -
XYZ 12.28 12.41 13.81 -
YUV 99.44 128.32 131.26 -
System Red Green Blue C M Y K H S L
Decimal 104 97 100 0 0.07 0.04 0.59 334.29 0.03 0.39
Hex 68 61 64 0 7 4 3B 14E 3 27
Octal 150 141 144 0 7 4 73 516 3 47
Binary 1101000 1100001 1100100 0 111 100 111011 101001110 11 100111

Color Harmonies of #686164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686164

Black with #686164

Text Example


Text Example

White with #686164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686164; }

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

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

background-color css

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

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

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

border-color css

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

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

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