#6F6365

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

Shades of Scorpion #6F6365

Tints of Scorpion #6F6365

Color information

#6F6365 (or 0x6F6365) is unknown color: approx Scorpion. HEX triplet: 6F, 63 and 65. RGB value is (111,99,101). Sum of RGB (Red+Green+Blue) = 111+99+101=311 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.69% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 101 (39.84% from 255 or 32.48% from 311); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6365 is #909C9A. Grayscale: #666666. Windows color (decimal): -9477275 or 6644591. OLE color: 6644591.

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

Color convert

RGB11199101-
CMYK00.110.090.56
HSL350º5.71%41.18%-
HSV(B)350º10.81%43.53%-
XYZ13.3713.2414.16-
YUV102.82126.98133.84-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.69%
GREEN value IS 99 (39.06% from 255) = 31.83%
BLUE value IS 101 (39.84% from 255) = 32.48%
R=35.69%
G=31.83%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1119910100.110.090.563505.7141.18
Hex6F63650B93815e629
Octal1571431450131170536651
Binary110111111000111100101010111001111000101011110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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