#6C5961

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

Shades of Scorpion #6C5961

Tints of Scorpion #6C5961

Color information

#6C5961 (or 0x6C5961) is unknown color: approx Scorpion. HEX triplet: 6C, 59 and 61. RGB value is (108,89,97). Sum of RGB (Red+Green+Blue) = 108+89+97=294 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.73% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5961 is #93A69E. Grayscale: #5F5F5F. Windows color (decimal): -9676447 or 6379884. OLE color: 6379884.

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

Color convert

RGB1088997-
CMYK00.180.100.58
HSL334.74º9.64%38.63%-
HSV(B)334.74º17.59%42.35%-
XYZ11.9111.212.84-
YUV95.59128.79136.85-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.73%
GREEN value IS 89 (35.16% from 255) = 30.27%
BLUE value IS 97 (38.28% from 255) = 32.99%
R=36.73%
G=30.27%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108899700.180.100.58334.749.6438.63
Hex6C5961012A3A14fa27
Octal15413114102212725171247
Binary11011001011001110000101001010101110101010011111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,89,97); }

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

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

 a { background-color: rgb(108,89,97); }

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

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

 span { border-color: rgb(108,89,97); }

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