Html Css Color HEX #64595D Scorpion

📋 copy color: '#64595D'

red 100 ◦ green 89 ◦ blue 93

#64595D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scorpion #64595D

Tints of Scorpion #64595D

RGB

 RED value IS 100 (39.45% from 255) = 35.46%

 GREEN value IS 89 (35.16% from 255) = 31.56%

 BLUE value IS 93 (36.72% from 255) = 32.98%

R = 35.46%
G = 31.56%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.61

RGB Variations

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

Color information

#64595D (or 0x64595D) is known color: Scorpion. HEX triplet: 64, 59 and 5D. RGB value is (100,89,93). Sum of RGB (Red+Green+Blue) = 100+89+93=282 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.46% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 100 - color contains mainly: red. Hex color #64595D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64595D is #9BA6A2. Grayscale: #5C5C5C. Windows color (decimal): -10200739 or 6117732. OLE color: 6117732.

HSL color Cylindrical-coordinate representation of color #64595D: hue angle of 338.18º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #64595D is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 89 93 -
CMYK 0 0.11 0.07 0.61
HSL 338.18º 0.06% 0.37% -
HSV(B) 338.18º 0.11% 0.39% -
XYZ 10.8 10.64 11.84 -
YUV 92.75 128.14 133.17 -
System Red Green Blue C M Y K H S L
Decimal 100 89 93 0 0.11 0.07 0.61 338.18 0.06 0.37
Hex 64 59 5D 0 B 7 3D 152 6 25
Octal 144 131 135 0 13 7 75 522 6 45
Binary 1100100 1011001 1011101 0 1011 111 111101 101010010 110 100101

Color Harmonies of #64595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64595D

Black with #64595D

Text Example


Text Example

White with #64595D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64595D; }

 p { color: rgb(100,89,93); }

 H1.HeaderClassName
 {
   color: #64595D;
 }
 .AnyTagClassName
 {
   color: #64595D;
 }
</style>

background-color css

<style>
 a { background-color: #64595D; }

 a { background-color: rgb(100,89,93); }

 div.DivClassName
 {
   background-color: #64595D;
 }
 .BgClassName
 {
   background-color: #64595D;
 }
</style>

border-color css

<style>
 span { border-color: #64595D; }

 span { border-color: rgb(100,89,93); }

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