#65585E

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

Shades of Scorpion #65585E

Tints of Scorpion #65585E

Color information

#65585E (or 0x65585E) is unknown color: approx Scorpion. HEX triplet: 65, 58 and 5E. RGB value is (101,88,94). Sum of RGB (Red+Green+Blue) = 101+88+94=283 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.69% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 101 - color contains mainly: red. Hex color #65585E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65585E is #9AA7A1. Grayscale: #5C5C5C. Windows color (decimal): -10135458 or 6183013. OLE color: 6183013.

HSL color Cylindrical-coordinate representation of color #65585E: hue angle of 332.31º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #65585E is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB1018894-
CMYK00.130.070.60
HSL332.31º6.88%37.06%-
HSV(B)332.31º12.87%39.61%-
XYZ10.8810.5512.05-
YUV92.57128.81134.01-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.69%
GREEN value IS 88 (34.77% from 255) = 31.10%
BLUE value IS 94 (37.11% from 255) = 33.22%
R=35.69%
G=31.10%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101889400.130.070.60332.316.8837.06
Hex65585E0D73C14c725
Octal145130136015774514745
Binary11001011011000101111001101111111100101001100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65585E; }

 p { color: rgb(101,88,94); }

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

<style>
 a { background-color: #65585E; }

 a { background-color: rgb(101,88,94); }

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

<style>
 span { border-color: #65585E; }

 span { border-color: rgb(101,88,94); }

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