#6B555B

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

Shades of Scorpion #6B555B

Tints of Scorpion #6B555B

Color information

#6B555B (or 0x6B555B) is unknown color: approx Scorpion. HEX triplet: 6B, 55 and 5B. RGB value is (107,85,91). Sum of RGB (Red+Green+Blue) = 107+85+91=283 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.81% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 107 - color contains mainly: red. Hex color #6B555B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B555B is #94AAA4. Grayscale: #5C5C5C. Windows color (decimal): -9743013 or 5985643. OLE color: 5985643.

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

Color convert

RGB1078591-
CMYK00.210.150.58
HSL343.64º11.46%37.65%-
HSV(B)343.64º20.56%41.96%-
XYZ11.210.3811.31-
YUV92.26127.29138.51-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.81%
GREEN value IS 85 (33.59% from 255) = 30.04%
BLUE value IS 91 (35.94% from 255) = 32.16%
R=37.81%
G=30.04%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107859100.210.150.58343.6411.4637.65
Hex6B555B015F3A158b26
Octal15312513302517725301346
Binary11010111010101101101101010111111110101010110001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,85,91); }

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

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

 a { background-color: rgb(107,85,91); }

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

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

 span { border-color: rgb(107,85,91); }

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