#6F5D65

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

Shades of Scorpion #6F5D65

Tints of Scorpion #6F5D65

Color information

#6F5D65 (or 0x6F5D65) is unknown color: approx Scorpion. HEX triplet: 6F, 5D and 65. RGB value is (111,93,101). Sum of RGB (Red+Green+Blue) = 111+93+101=305 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.39% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5D65 is #90A29A. Grayscale: #636363. Windows color (decimal): -9478811 or 6643055. OLE color: 6643055.

HSL color Cylindrical-coordinate representation of color #6F5D65: hue angle of 333.33º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6F5D65 is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB11193101-
CMYK00.160.090.56
HSL333.33º8.82%40%-
HSV(B)333.33º16.22%43.53%-
XYZ12.8212.1513.98-
YUV99.29128.96136.35-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.39%
GREEN value IS 93 (36.72% from 255) = 30.49%
BLUE value IS 101 (39.84% from 255) = 33.11%
R=36.39%
G=30.49%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1119310100.160.090.56333.338.8240
Hex6F5D6501093814d928
Octal15713514502011705151150
Binary11011111011101110010101000010011110001010011011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,93,101); }

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

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

 a { background-color: rgb(111,93,101); }

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

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

 span { border-color: rgb(111,93,101); }

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