#6C585F

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

Shades of Scorpion #6C585F

Tints of Scorpion #6C585F

Color information

#6C585F (or 0x6C585F) is unknown color: approx Scorpion. HEX triplet: 6C, 58 and 5F. RGB value is (108,88,95). Sum of RGB (Red+Green+Blue) = 108+88+95=291 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.11% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 95 (37.5% from 255 or 32.65% from 291); Max value from RGB is 108 - color contains mainly: red. Hex color #6C585F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C585F is #93A7A0. Grayscale: #5E5E5E. Windows color (decimal): -9676705 or 6248556. OLE color: 6248556.

HSL color Cylindrical-coordinate representation of color #6C585F: hue angle of 339º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6C585F is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB1088895-
CMYK00.190.120.58
HSL339º10.2%38.43%-
HSV(B)339º18.52%42.35%-
XYZ11.7410.9912.33-
YUV94.78128.13137.43-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.11%
GREEN value IS 88 (34.77% from 255) = 30.24%
BLUE value IS 95 (37.5% from 255) = 32.65%
R=37.11%
G=30.24%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108889500.190.120.5833910.238.43
Hex6C585F013C3A153a26
Octal15413013702314725231246
Binary11011001011000101111101001111001110101010100111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C585F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C585F; }

 p { color: rgb(108,88,95); }

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

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

 a { background-color: rgb(108,88,95); }

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

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

 span { border-color: rgb(108,88,95); }

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