#686667

Color #686667 Scorpion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scorpion #686667

Tints of Scorpion #686667

Color information

#686667 (or 0x686667) is unknown color: approx Scorpion. HEX triplet: 68, 66 and 67. RGB value is (104,102,103). Sum of RGB (Red+Green+Blue) = 104+102+103=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 103 (40.62% from 255 or 33.33% from 309); Max value from RGB is 104 - color contains mainly: red. Hex color #686667 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686667 is #979998. Grayscale: #666666. Windows color (decimal): -9935257 or 6776424. OLE color: 6776424.

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

Color convert

RGB104102103-
CMYK00.020.010.59
HSL330º0.97%40.39%-
HSV(B)330º1.92%40.78%-
XYZ12.9113.4314.74-
YUV102.71128.16128.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.66%
GREEN value IS 102 (40.23% from 255) = 33.01%
BLUE value IS 103 (40.62% from 255) = 33.33%
R=33.66%
G=33.01%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10410210300.020.010.593300.9740.39
Hex6866670213B14a128
Octal15014614702173512150
Binary11010001100110110011101011110111010010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686667; }

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

 H1.HeaderClassName
 {
   color: #686667;
 }
 .AnyTagClassName
 {
   color: #686667;
 }
</style>
background-color css

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

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

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

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

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

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