#6C6567

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

Shades of Scorpion #6C6567

Tints of Scorpion #6C6567

Color information

#6C6567 (or 0x6C6567) is unknown color: approx Scorpion. HEX triplet: 6C, 65 and 67. RGB value is (108,101,103). Sum of RGB (Red+Green+Blue) = 108+101+103=312 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.62% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6567 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6567 is #939A98. Grayscale: #676767. Windows color (decimal): -9673369 or 6776172. OLE color: 6776172.

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

Color convert

RGB108101103-
CMYK00.060.050.58
HSL342.86º3.35%40.98%-
HSV(B)342.86º6.48%42.35%-
XYZ13.2913.4714.73-
YUV103.32127.82131.34-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.62%
GREEN value IS 101 (39.84% from 255) = 32.37%
BLUE value IS 103 (40.62% from 255) = 33.01%
R=34.62%
G=32.37%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10810110300.060.050.58342.863.3540.98
Hex6C65670653A157329
Octal15414514706572527351
Binary110110011001011100111011010111101010101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,101,103); }

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

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

 a { background-color: rgb(108,101,103); }

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

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

 span { border-color: rgb(108,101,103); }

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