#6F5961

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

Shades of Scorpion #6F5961

Tints of Scorpion #6F5961

Color information

#6F5961 (or 0x6F5961) is unknown color: approx Scorpion. HEX triplet: 6F, 59 and 61. RGB value is (111,89,97). Sum of RGB (Red+Green+Blue) = 111+89+97=297 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.37% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 97 (38.28% from 255 or 32.66% from 297); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5961 is #90A69E. Grayscale: #606060. Windows color (decimal): -9479839 or 6379887. OLE color: 6379887.

HSL color Cylindrical-coordinate representation of color #6F5961: hue angle of 338.18º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F5961 is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB1118997-
CMYK00.200.130.56
HSL338.18º11%39.22%-
HSV(B)338.18º19.82%43.53%-
XYZ12.2911.3912.86-
YUV96.49128.29138.35-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.37%
GREEN value IS 89 (35.16% from 255) = 29.97%
BLUE value IS 97 (38.28% from 255) = 32.66%
R=37.37%
G=29.97%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111899700.200.130.56338.181139.22
Hex6F5961014D38152b27
Octal15713114102415705221347
Binary11011111011001110000101010011011110001010100101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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