#6A5D63

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

Shades of Scorpion #6A5D63

Tints of Scorpion #6A5D63

Color information

#6A5D63 (or 0x6A5D63) is unknown color: approx Scorpion. HEX triplet: 6A, 5D and 63. RGB value is (106,93,99). Sum of RGB (Red+Green+Blue) = 106+93+99=298 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.57% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 99 (39.06% from 255 or 33.22% from 298); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5D63 is #95A29C. Grayscale: #616161. Windows color (decimal): -9806493 or 6511978. OLE color: 6511978.

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

Color convert

RGB1069399-
CMYK00.120.070.58
HSL332.31º6.53%39.02%-
HSV(B)332.31º12.26%41.57%-
XYZ12.1111.7913.44-
YUV97.57128.81134.01-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.57%
GREEN value IS 93 (36.72% from 255) = 31.21%
BLUE value IS 99 (39.06% from 255) = 33.22%
R=35.57%
G=31.21%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106939900.120.070.58332.316.5339.02
Hex6A5D630C73A14c727
Octal152135143014772514747
Binary11010101011101110001101100111111010101001100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,93,99); }

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

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

 a { background-color: rgb(106,93,99); }

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

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

 span { border-color: rgb(106,93,99); }

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