#6C585E

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

Shades of Scorpion #6C585E

Tints of Scorpion #6C585E

Color information

#6C585E (or 0x6C585E) is unknown color: approx Scorpion. HEX triplet: 6C, 58 and 5E. RGB value is (108,88,94). Sum of RGB (Red+Green+Blue) = 108+88+94=290 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.24% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 108 - color contains mainly: red. Hex color #6C585E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C585E is #93A7A1. Grayscale: #5E5E5E. Windows color (decimal): -9676706 or 6183020. OLE color: 6183020.

HSL color Cylindrical-coordinate representation of color #6C585E: hue angle of 342º 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 #6C585E is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB1088894-
CMYK00.190.130.58
HSL342º10.2%38.43%-
HSV(B)342º18.52%42.35%-
XYZ11.6910.9812.09-
YUV94.66127.63137.51-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.24%
GREEN value IS 88 (34.77% from 255) = 30.34%
BLUE value IS 94 (37.11% from 255) = 32.41%
R=37.24%
G=30.34%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108889400.190.130.5834210.238.43
Hex6C585E013D3A156a26
Octal15413013602315725261246
Binary11011001011000101111001001111011110101010101101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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