#6F585F

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

Shades of Scorpion #6F585F

Tints of Scorpion #6F585F

Color information

#6F585F (or 0x6F585F) is unknown color: approx Scorpion. HEX triplet: 6F, 58 and 5F. RGB value is (111,88,95). Sum of RGB (Red+Green+Blue) = 111+88+95=294 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.76% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 95 (37.5% from 255 or 32.31% from 294); Max value from RGB is 111 - color contains mainly: red. Hex color #6F585F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F585F is #90A7A0. Grayscale: #5F5F5F. Windows color (decimal): -9480097 or 6248559. OLE color: 6248559.

HSL color Cylindrical-coordinate representation of color #6F585F: hue angle of 341.74º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6F585F is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB1118895-
CMYK00.210.140.56
HSL341.74º11.56%39.02%-
HSV(B)341.74º20.72%43.53%-
XYZ12.1111.1912.35-
YUV95.68127.62138.93-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.76%
GREEN value IS 88 (34.77% from 255) = 29.93%
BLUE value IS 95 (37.5% from 255) = 32.31%
R=37.76%
G=29.93%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111889500.210.140.56341.7411.5639.02
Hex6F585F015E38156c27
Octal15713013702516705261447
Binary11011111011000101111101010111101110001010101101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F585F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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