#6A5B62

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

Shades of Scorpion #6A5B62

Tints of Scorpion #6A5B62

Color information

#6A5B62 (or 0x6A5B62) is unknown color: approx Scorpion. HEX triplet: 6A, 5B and 62. RGB value is (106,91,98). Sum of RGB (Red+Green+Blue) = 106+91+98=295 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.93% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5B62 is #95A49D. Grayscale: #606060. Windows color (decimal): -9807006 or 6445930. OLE color: 6445930.

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

Color convert

RGB1069198-
CMYK00.140.080.58
HSL332º7.61%38.63%-
HSV(B)332º14.15%41.57%-
XYZ11.8911.4313.13-
YUV96.28128.97134.93-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.93%
GREEN value IS 91 (35.94% from 255) = 30.85%
BLUE value IS 98 (38.67% from 255) = 33.22%
R=35.93%
G=30.85%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106919800.140.080.583327.6138.63
Hex6A5B620E83A14c827
Octal15213314201610725141047
Binary1101010101101111000100111010001110101010011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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