#6B5C63

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

Shades of Scorpion #6B5C63

Tints of Scorpion #6B5C63

Color information

#6B5C63 (or 0x6B5C63) is unknown color: approx Scorpion. HEX triplet: 6B, 5C and 63. RGB value is (107,92,99). Sum of RGB (Red+Green+Blue) = 107+92+99=298 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.91% from 298); Green value is 92 (36.33% from 255 or 30.87% from 298); Blue value is 99 (39.06% from 255 or 33.22% from 298); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5C63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5C63 is #94A39C. Grayscale: #616161. Windows color (decimal): -9741213 or 6511723. OLE color: 6511723.

HSL color Cylindrical-coordinate representation of color #6B5C63: 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 #6B5C63 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB1079299-
CMYK00.140.070.58
HSL332º7.54%39.02%-
HSV(B)332º14.02%41.96%-
XYZ12.1411.6813.42-
YUV97.28128.97134.93-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.91%
GREEN value IS 92 (36.33% from 255) = 30.87%
BLUE value IS 99 (39.06% from 255) = 33.22%
R=35.91%
G=30.87%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107929900.140.070.583327.5439.02
Hex6B5C630E73A14c827
Octal1531341430167725141047
Binary110101110111001100011011101111110101010011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,92,99); }

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

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

 a { background-color: rgb(107,92,99); }

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

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

 span { border-color: rgb(107,92,99); }

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