Html Css Color HEX #686566 Scorpion

📋 copy color: '#686566'

red 104 ◦ green 101 ◦ blue 102

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

Shades of Scorpion #686566

Tints of Scorpion #686566

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.9%

 BLUE value IS 102 (40.23% from 255) = 33.22%

R = 33.88%
G = 32.9%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#686566 (or 0x686566) is known color: Scorpion. HEX triplet: 68, 65 and 66. RGB value is (104,101,102). Sum of RGB (Red+Green+Blue) = 104+101+102=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 104 - color contains mainly: red. Hex color #686566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686566 is #979A99. Grayscale: #666666. Windows color (decimal): -9935514 or 6710632. OLE color: 6710632.

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

Color convert

RGB 104 101 102 -
CMYK 0 0.03 0.02 0.59
HSL 340º 0.01% 0.4% -
HSV(B) 340º 0.03% 0.41% -
XYZ 12.76 13.21 14.45 -
YUV 102.01 127.99 129.42 -
System Red Green Blue C M Y K H S L
Decimal 104 101 102 0 0.03 0.02 0.59 340 0.01 0.4
Hex 68 65 66 0 3 2 3B 154 1 28
Octal 150 145 146 0 3 2 73 524 1 50
Binary 1101000 1100101 1100110 0 11 10 111011 101010100 1 101000

Color Harmonies of #686566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686566

Black with #686566

Text Example


Text Example

White with #686566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686566; }

 p { color: rgb(104,101,102); }

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

background-color css

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

 a { background-color: rgb(104,101,102); }

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

border-color css

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

 span { border-color: rgb(104,101,102); }

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