#6B575E

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

Shades of Scorpion #6B575E

Tints of Scorpion #6B575E

Color information

#6B575E (or 0x6B575E) is unknown color: approx Scorpion. HEX triplet: 6B, 57 and 5E. RGB value is (107,87,94). Sum of RGB (Red+Green+Blue) = 107+87+94=288 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.15% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 107 - color contains mainly: red. Hex color #6B575E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B575E is #94A8A1. Grayscale: #5D5D5D. Windows color (decimal): -9742498 or 6182763. OLE color: 6182763.

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

Color convert

RGB1078794-
CMYK00.190.120.58
HSL339º10.31%38.04%-
HSV(B)339º18.69%41.96%-
XYZ11.4910.7512.06-
YUV93.78128.13137.43-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.15%
GREEN value IS 87 (34.38% from 255) = 30.21%
BLUE value IS 94 (37.11% from 255) = 32.64%
R=37.15%
G=30.21%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107879400.190.120.5833910.3138.04
Hex6B575E013C3A153a26
Octal15312713602314725231246
Binary11010111010111101111001001111001110101010100111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B575E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,87,94); }

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

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

 a { background-color: rgb(107,87,94); }

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

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

 span { border-color: rgb(107,87,94); }

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