#6C6368

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

Shades of Scorpion #6C6368

Tints of Scorpion #6C6368

Color information

#6C6368 (or 0x6C6368) is unknown color: approx Scorpion. HEX triplet: 6C, 63 and 68. RGB value is (108,99,104). Sum of RGB (Red+Green+Blue) = 108+99+104=311 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.73% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6368 is #939C97. Grayscale: #666666. Windows color (decimal): -9673880 or 6841196. OLE color: 6841196.

HSL color Cylindrical-coordinate representation of color #6C6368: hue angle of 326.67º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6C6368 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.58.

Color convert

RGB10899104-
CMYK00.080.040.58
HSL326.67º4.35%40.59%-
HSV(B)326.67º8.33%42.35%-
XYZ13.1413.1114.93-
YUV102.26128.98132.09-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.73%
GREEN value IS 99 (39.06% from 255) = 31.83%
BLUE value IS 104 (41.02% from 255) = 33.44%
R=34.73%
G=31.83%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1089910400.080.040.58326.674.3540.59
Hex6C63680843A147429
Octal154143150010472507451
Binary11011001100011110100001000100111010101000111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,99,104); }

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

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

 a { background-color: rgb(108,99,104); }

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

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

 span { border-color: rgb(108,99,104); }

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