#6C6065

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

Shades of Scorpion #6C6065

Tints of Scorpion #6C6065

Color information

#6C6065 (or 0x6C6065) is unknown color: approx Scorpion. HEX triplet: 6C, 60 and 65. RGB value is (108,96,101). Sum of RGB (Red+Green+Blue) = 108+96+101=305 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.41% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6065 is #939F9A. Grayscale: #646464. Windows color (decimal): -9674651 or 6643820. OLE color: 6643820.

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

Color convert

RGB10896101-
CMYK00.110.060.58
HSL335º5.88%40%-
HSV(B)335º11.11%42.35%-
XYZ12.7212.4914.05-
YUV100.16128.48133.59-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.41%
GREEN value IS 96 (37.89% from 255) = 31.48%
BLUE value IS 101 (39.84% from 255) = 33.11%
R=35.41%
G=31.48%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1089610100.110.060.583355.8840
Hex6C60650B63A14f628
Octal154140145013672517650
Binary11011001100000110010101011110111010101001111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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