#6D5960

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

Shades of Scorpion #6D5960

Tints of Scorpion #6D5960

Color information

#6D5960 (or 0x6D5960) is unknown color: approx Scorpion. HEX triplet: 6D, 59 and 60. RGB value is (109,89,96). Sum of RGB (Red+Green+Blue) = 109+89+96=294 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.07% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 96 (37.89% from 255 or 32.65% from 294); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5960 is #92A69F. Grayscale: #5F5F5F. Windows color (decimal): -9610912 or 6314349. OLE color: 6314349.

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

Color convert

RGB1098996-
CMYK00.180.120.57
HSL339º10.1%38.82%-
HSV(B)339º18.35%42.75%-
XYZ11.9911.2412.6-
YUV95.78128.13137.43-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.07%
GREEN value IS 89 (35.16% from 255) = 30.27%
BLUE value IS 96 (37.89% from 255) = 32.65%
R=37.07%
G=30.27%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109899600.180.120.5733910.138.82
Hex6D5960012C39153a27
Octal15513114002214715231247
Binary11011011011001110000001001011001110011010100111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,89,96); }

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

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

 a { background-color: rgb(109,89,96); }

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

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

 span { border-color: rgb(109,89,96); }

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