Html Css Color HEX #64595F Scorpion

📋 copy color: '#64595F'

red 100 ◦ green 89 ◦ blue 95

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

Shades of Scorpion #64595F

Tints of Scorpion #64595F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 33.45%

R = 35.21%
G = 31.34%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#64595F (or 0x64595F) is known color: Scorpion. HEX triplet: 64, 59 and 5F. RGB value is (100,89,95). Sum of RGB (Red+Green+Blue) = 100+89+95=284 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.21% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 95 (37.5% from 255 or 33.45% from 284); Max value from RGB is 100 - color contains mainly: red. Hex color #64595F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64595F is #9BA6A0. Grayscale: #5C5C5C. Windows color (decimal): -10200737 or 6248804. OLE color: 6248804.

HSL color Cylindrical-coordinate representation of color #64595F: hue angle of 327.27º 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 #64595F is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 89 95 -
CMYK 0 0.11 0.05 0.61
HSL 327.27º 0.06% 0.37% -
HSV(B) 327.27º 0.11% 0.39% -
XYZ 10.89 10.68 12.31 -
YUV 92.97 129.14 133.01 -
System Red Green Blue C M Y K H S L
Decimal 100 89 95 0 0.11 0.05 0.61 327.27 0.06 0.37
Hex 64 59 5F 0 B 5 3D 147 6 25
Octal 144 131 137 0 13 5 75 507 6 45
Binary 1100100 1011001 1011111 0 1011 101 111101 101000111 110 100101

Color Harmonies of #64595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64595F

Black with #64595F

Text Example


Text Example

White with #64595F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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