#6D5B62

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

Shades of Scorpion #6D5B62

Tints of Scorpion #6D5B62

Color information

#6D5B62 (or 0x6D5B62) is unknown color: approx Scorpion. HEX triplet: 6D, 5B and 62. RGB value is (109,91,98). Sum of RGB (Red+Green+Blue) = 109+91+98=298 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.58% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 98 (38.67% from 255 or 32.89% from 298); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5B62 is #92A49D. Grayscale: #616161. Windows color (decimal): -9610398 or 6445933. OLE color: 6445933.

HSL color Cylindrical-coordinate representation of color #6D5B62: hue angle of 336.67º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6D5B62 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.57.

Color convert

RGB1099198-
CMYK00.170.100.57
HSL336.67º9%39.22%-
HSV(B)336.67º16.51%42.75%-
XYZ12.2511.6213.15-
YUV97.18128.46136.43-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.58%
GREEN value IS 91 (35.94% from 255) = 30.54%
BLUE value IS 98 (38.67% from 255) = 32.89%
R=36.58%
G=30.54%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109919800.170.100.57336.67939.22
Hex6D5B62011A39151927
Octal15513314202112715211147
Binary11011011011011110001001000110101110011010100011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,91,98); }

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

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

 a { background-color: rgb(109,91,98); }

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

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

 span { border-color: rgb(109,91,98); }

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