#6B575F

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

Shades of Scorpion #6B575F

Tints of Scorpion #6B575F

Color information

#6B575F (or 0x6B575F) is unknown color: approx Scorpion. HEX triplet: 6B, 57 and 5F. RGB value is (107,87,95). Sum of RGB (Red+Green+Blue) = 107+87+95=289 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.02% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 95 (37.5% from 255 or 32.87% from 289); Max value from RGB is 107 - color contains mainly: red. Hex color #6B575F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B575F is #94A8A0. Grayscale: #5D5D5D. Windows color (decimal): -9742497 or 6248299. OLE color: 6248299.

HSL color Cylindrical-coordinate representation of color #6B575F: hue angle of 336º 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 #6B575F is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB1078795-
CMYK00.190.110.58
HSL336º10.31%38.04%-
HSV(B)336º18.69%41.96%-
XYZ11.5410.7712.3-
YUV93.89128.63137.35-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.02%
GREEN value IS 87 (34.38% from 255) = 30.10%
BLUE value IS 95 (37.5% from 255) = 32.87%
R=37.02%
G=30.10%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107879500.190.110.5833610.3138.04
Hex6B575F013B3A150a26
Octal15312713702313725201246
Binary11010111010111101111101001110111110101010100001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B575F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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