#65595E

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

Shades of Scorpion #65595E

Tints of Scorpion #65595E

Color information

#65595E (or 0x65595E) is unknown color: approx Scorpion. HEX triplet: 65, 59 and 5E. RGB value is (101,89,94). Sum of RGB (Red+Green+Blue) = 101+89+94=284 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.56% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 101 - color contains mainly: red. Hex color #65595E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65595E is #9AA6A1. Grayscale: #5D5D5D. Windows color (decimal): -10135202 or 6183269. OLE color: 6183269.

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

Color convert

RGB1018994-
CMYK00.120.070.60
HSL335º6.32%37.25%-
HSV(B)335º11.88%39.61%-
XYZ10.9610.7212.08-
YUV93.16128.48133.59-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.56%
GREEN value IS 89 (35.16% from 255) = 31.34%
BLUE value IS 94 (37.11% from 255) = 33.10%
R=35.56%
G=31.34%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101899400.120.070.603356.3237.25
Hex65595E0C73C14f625
Octal145131136014774517645
Binary11001011011001101111001100111111100101001111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65595E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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