#6B5861

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

Shades of Scorpion #6B5861

Tints of Scorpion #6B5861

Color information

#6B5861 (or 0x6B5861) is unknown color: approx Scorpion. HEX triplet: 6B, 58 and 61. RGB value is (107,88,97). Sum of RGB (Red+Green+Blue) = 107+88+97=292 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.64% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5861 is #94A79E. Grayscale: #5E5E5E. Windows color (decimal): -9742239 or 6379627. OLE color: 6379627.

HSL color Cylindrical-coordinate representation of color #6B5861: hue angle of 331.58º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6B5861 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB1078897-
CMYK00.180.090.58
HSL331.58º9.74%38.24%-
HSV(B)331.58º17.76%41.96%-
XYZ11.7110.9712.81-
YUV94.71129.29136.77-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.64%
GREEN value IS 88 (34.77% from 255) = 30.14%
BLUE value IS 97 (38.28% from 255) = 33.22%
R=36.64%
G=30.14%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107889700.180.090.58331.589.7438.24
Hex6B586101293A14ca26
Octal15313014102211725141246
Binary11010111011000110000101001010011110101010011001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,88,97); }

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

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

 a { background-color: rgb(107,88,97); }

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

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

 span { border-color: rgb(107,88,97); }

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