#68595F

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

Shades of Scorpion #68595F

Tints of Scorpion #68595F

Color information

#68595F (or 0x68595F) is unknown color: approx Scorpion. HEX triplet: 68, 59 and 5F. RGB value is (104,89,95). Sum of RGB (Red+Green+Blue) = 104+89+95=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 104 - color contains mainly: red. Hex color #68595F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68595F is #97A6A0. Grayscale: #5E5E5E. Windows color (decimal): -9938593 or 6248808. OLE color: 6248808.

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

Color convert

RGB1048995-
CMYK00.140.090.59
HSL336º7.77%37.84%-
HSV(B)336º14.42%40.78%-
XYZ11.3510.9112.34-
YUV94.17128.47135.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.11%
GREEN value IS 89 (35.16% from 255) = 30.90%
BLUE value IS 95 (37.5% from 255) = 32.99%
R=36.11%
G=30.90%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104899500.140.090.593367.7737.84
Hex68595F0E93B150826
Octal15013113701611735201046
Binary1101000101100110111110111010011110111010100001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68595F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68595F; }

 p { color: rgb(104,89,95); }

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

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

 a { background-color: rgb(104,89,95); }

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

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

 span { border-color: rgb(104,89,95); }

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