Html Css Color HEX #686064 Scorpion

📋 copy color: '#686064'

red 104 ◦ green 96 ◦ blue 100

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

Shades of Scorpion #686064

Tints of Scorpion #686064

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32%

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

R = 34.67%
G = 32%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#686064 (or 0x686064) is known color: Scorpion. HEX triplet: 68, 60 and 64. RGB value is (104,96,100). Sum of RGB (Red+Green+Blue) = 104+96+100=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 100 (39.45% from 255 or 33.33% from 300); Max value from RGB is 104 - color contains mainly: red. Hex color #686064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686064 is #979F9B. Grayscale: #626262. Windows color (decimal): -9936796 or 6578280. OLE color: 6578280.

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

Color convert

RGB 104 96 100 -
CMYK 0 0.08 0.04 0.59
HSL 330º 0.04% 0.39% -
HSV(B) 330º 0.08% 0.41% -
XYZ 12.19 12.23 13.77 -
YUV 98.85 128.65 131.67 -
System Red Green Blue C M Y K H S L
Decimal 104 96 100 0 0.08 0.04 0.59 330 0.04 0.39
Hex 68 60 64 0 8 4 3B 14A 4 27
Octal 150 140 144 0 10 4 73 512 4 47
Binary 1101000 1100000 1100100 0 1000 100 111011 101001010 100 100111

Color Harmonies of #686064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686064

Black with #686064

Text Example


Text Example

White with #686064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686064; }

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

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

background-color css

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

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

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

border-color css

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

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

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