Html Css Color HEX #64585E Scorpion

📋 copy color: '#64585E'

red 100 ◦ green 88 ◦ blue 94

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

Shades of Scorpion #64585E

Tints of Scorpion #64585E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 33.33%

R = 35.46%
G = 31.21%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#64585E (or 0x64585E) is known color: Scorpion. HEX triplet: 64, 58 and 5E. RGB value is (100,88,94). Sum of RGB (Red+Green+Blue) = 100+88+94=282 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.46% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 100 - color contains mainly: red. Hex color #64585E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64585E is #9BA7A1. Grayscale: #5C5C5C. Windows color (decimal): -10200994 or 6183012. OLE color: 6183012.

HSL color Cylindrical-coordinate representation of color #64585E: hue angle of 330º 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 #64585E is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 88 94 -
CMYK 0 0.12 0.06 0.61
HSL 330º 0.06% 0.37% -
HSV(B) 330º 0.12% 0.39% -
XYZ 10.77 10.5 12.05 -
YUV 92.27 128.98 133.51 -
System Red Green Blue C M Y K H S L
Decimal 100 88 94 0 0.12 0.06 0.61 330 0.06 0.37
Hex 64 58 5E 0 C 6 3D 14A 6 25
Octal 144 130 136 0 14 6 75 512 6 45
Binary 1100100 1011000 1011110 0 1100 110 111101 101001010 110 100101

Color Harmonies of #64585E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64585E

Black with #64585E

Text Example


Text Example

White with #64585E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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