Html Css Color HEX #64585D Scorpion

📋 copy color: '#64585D'

red 100 ◦ green 88 ◦ blue 93

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

Shades of Scorpion #64585D

Tints of Scorpion #64585D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.32%

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

R = 35.59%
G = 31.32%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.61

RGB Variations

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

Color information

#64585D (or 0x64585D) is known color: Scorpion. HEX triplet: 64, 58 and 5D. RGB value is (100,88,93). Sum of RGB (Red+Green+Blue) = 100+88+93=281 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.59% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 100 - color contains mainly: red. Hex color #64585D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64585D is #9BA7A2. Grayscale: #5C5C5C. Windows color (decimal): -10200995 or 6117476. OLE color: 6117476.

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

Color convert

RGB 100 88 93 -
CMYK 0 0.12 0.07 0.61
HSL 335º 0.06% 0.37% -
HSV(B) 335º 0.12% 0.39% -
XYZ 10.72 10.48 11.81 -
YUV 92.16 128.48 133.59 -
System Red Green Blue C M Y K H S L
Decimal 100 88 93 0 0.12 0.07 0.61 335 0.06 0.37
Hex 64 58 5D 0 C 7 3D 14F 6 25
Octal 144 130 135 0 14 7 75 517 6 45
Binary 1100100 1011000 1011101 0 1100 111 111101 101001111 110 100101

Color Harmonies of #64585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64585D

Black with #64585D

Text Example


Text Example

White with #64585D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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