#6A5C64

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

Shades of Scorpion #6A5C64

Tints of Scorpion #6A5C64

Color information

#6A5C64 (or 0x6A5C64) is unknown color: approx Scorpion. HEX triplet: 6A, 5C and 64. RGB value is (106,92,100). Sum of RGB (Red+Green+Blue) = 106+92+100=298 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.57% from 298); Green value is 92 (36.33% from 255 or 30.87% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5C64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5C64 is #95A39B. Grayscale: #616161. Windows color (decimal): -9806748 or 6577258. OLE color: 6577258.

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

Color convert

RGB10692100-
CMYK00.130.060.58
HSL325.71º7.07%38.82%-
HSV(B)325.71º13.21%41.57%-
XYZ12.0711.6413.67-
YUV97.1129.64134.35-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.57%
GREEN value IS 92 (36.33% from 255) = 30.87%
BLUE value IS 100 (39.45% from 255) = 33.56%
R=35.57%
G=30.87%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1069210000.130.060.58325.717.0738.82
Hex6A5C640D63A146727
Octal152134144015672506747
Binary11010101011100110010001101110111010101000110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,92,100); }

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

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

 a { background-color: rgb(106,92,100); }

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

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

 span { border-color: rgb(106,92,100); }

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