#6F5B65

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

Shades of Scorpion #6F5B65

Tints of Scorpion #6F5B65

Color information

#6F5B65 (or 0x6F5B65) is unknown color: approx Scorpion. HEX triplet: 6F, 5B and 65. RGB value is (111,91,101). Sum of RGB (Red+Green+Blue) = 111+91+101=303 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.63% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5B65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5B65 is #90A49A. Grayscale: #626262. Windows color (decimal): -9479323 or 6642543. OLE color: 6642543.

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

Color convert

RGB11191101-
CMYK00.180.090.56
HSL330º9.9%39.61%-
HSV(B)330º18.02%43.53%-
XYZ12.6511.813.92-
YUV98.12129.63137.19-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.63%
GREEN value IS 91 (35.94% from 255) = 30.03%
BLUE value IS 101 (39.84% from 255) = 33.33%
R=36.63%
G=30.03%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1119110100.180.090.563309.939.61
Hex6F5B6501293814aa28
Octal15713314502211705121250
Binary11011111011011110010101001010011110001010010101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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