#6F5D64

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

Shades of Scorpion #6F5D64

Tints of Scorpion #6F5D64

Color information

#6F5D64 (or 0x6F5D64) is unknown color: approx Scorpion. HEX triplet: 6F, 5D and 64. RGB value is (111,93,100). Sum of RGB (Red+Green+Blue) = 111+93+100=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 100 (39.45% from 255 or 32.89% from 304); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5D64 is #90A29B. Grayscale: #636363. Windows color (decimal): -9478812 or 6577519. OLE color: 6577519.

HSL color Cylindrical-coordinate representation of color #6F5D64: hue angle of 336.67º 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 #6F5D64 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB11193100-
CMYK00.160.100.56
HSL336.67º8.82%40%-
HSV(B)336.67º16.22%43.53%-
XYZ12.7712.1313.72-
YUV99.18128.46136.43-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.51%
GREEN value IS 93 (36.72% from 255) = 30.59%
BLUE value IS 100 (39.45% from 255) = 32.89%
R=36.51%
G=30.59%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1119310000.160.100.56336.678.8240
Hex6F5D64010A38151928
Octal15713514402012705211150
Binary11011111011101110010001000010101110001010100011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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